1.9.2 Version throws compile errors in Unity 2017.4.3f1
-
Hey there, I upgraded today from to the latest version in the asset store and I get this error after import:
A method or delegate
_ShaderoShaderEditorFramework.Utilities.EditorLoadingControl.PlaymodeStateChanged(UnityEditor.PlayModeStateChange)' parameters do not match delegate
UnityEditor.EditorApplication.CallbackFunction()' parametersPointing me to this code block:
#if !UNITY_2018_1_OR_NEWER
EditorApplication.playmodeStateChanged -= PlaymodeStateChanged;
EditorApplication.playmodeStateChanged += PlaymodeStateChanged;
#else
-
Thanks for the report,
It's appear that the new version of Unity 2017.4.3 make this issue, it's been fixed on the upcoming new version 1.9.3