Unity 5.4 support
Posted: Thu Aug 04, 2016 4:52 am
Hi!
We are receiving errors on new unity version. 5.4f3
and
also warning in class that derives from AbstractDialogueUI
When do you plan updates?
Best regards,
Iegor
We are receiving errors on new unity version. 5.4f3
Code: Select all
get_skinIndex is not allowed to be called from a ScriptableObject constructor (or instance field initializer), call it in OnEnable instead. Called from ScriptableObject 'DialogueEditorWindow'.
See "Script Serialization" page in the Unity Manual for further details.
UnityEditor.EditorGUIUtility:get_isProSkin()
PixelCrushers.DialogueSystem.TemplateTools:FromDefault()
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:.ctor()
Code: Select all
get_isPlayingOrWillChangePlaymode is not allowed to be called from a ScriptableObject constructor (or instance field initializer), call it in OnEnable instead. Called from ScriptableObject 'WelcomeWindow'.
See "Script Serialization" page in the Unity Manual for further details.
UnityEditor.EditorApplication:get_isPlayingOrWillChangePlaymode()
PixelCrushers.DialogueSystem.WelcomeWindow:.cctor() (at Assets/Dialogue System/Scripts/Editor/Wizards/WelcomeWindow.cs:31)
Code: Select all
OnLevelWasLoaded was found on DialogueSystemUI
This message has been deprecated and will be removed in a later version of Unity.
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
When do you plan updates?
Best regards,
Iegor