Script Unknown on Gameobject null missing...
Posted: Wed Jun 15, 2022 7:16 pm
New subject for a new weird error... and while i REALLY STRONGLY doubt it is related to pixelcrusher or the dialoguesystem, in the trace of the error, it shows 1 of your scripts!
I think this started happening when i deleted an old prefab that we were no longer using...
The referenced script (Unknown) on this Behaviour is missing!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:HandlePlayModeStateChanged () (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:203)
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:OnPlayModeStateChanged (UnityEditor.PlayModeStateChange) (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:191)
UnityEditor.EditorApplication:Internal_PlayModeStateChanged (UnityEditor.PlayModeStateChange)
and
The referenced script on this Behaviour (Game Object '<null>') is missing!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:HandlePlayModeStateChanged () (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:203)
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:OnPlayModeStateChanged (UnityEditor.PlayModeStateChange) (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:191)
UnityEditor.EditorApplication:Internal_PlayModeStateChanged (UnityEditor.PlayModeStateChange)
When i double click on either of those, i get to : private void HandlePlayModeStateChanged()
in the file DialogueEditorWindowMain.cs
I have searched in my scene and in every prefab I could think of to see if there was any "missing" script, or invalid link but was not able to find any...
Considering your insanely vast knowledge, what would you suggest?
I think this started happening when i deleted an old prefab that we were no longer using...
The referenced script (Unknown) on this Behaviour is missing!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:HandlePlayModeStateChanged () (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:203)
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:OnPlayModeStateChanged (UnityEditor.PlayModeStateChange) (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:191)
UnityEditor.EditorApplication:Internal_PlayModeStateChanged (UnityEditor.PlayModeStateChange)
and
The referenced script on this Behaviour (Game Object '<null>') is missing!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:HandlePlayModeStateChanged () (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:203)
PixelCrushers.DialogueSystem.DialogueEditor.DialogueEditorWindow:OnPlayModeStateChanged (UnityEditor.PlayModeStateChange) (at Assets/Scripts/EditorOnly/PixelCrusher/DialogueSystem/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs:191)
UnityEditor.EditorApplication:Internal_PlayModeStateChanged (UnityEditor.PlayModeStateChange)
When i double click on either of those, i get to : private void HandlePlayModeStateChanged()
in the file DialogueEditorWindowMain.cs
I have searched in my scene and in every prefab I could think of to see if there was any "missing" script, or invalid link but was not able to find any...
Considering your insanely vast knowledge, what would you suggest?