10-08-2022, 02:38 PM
Hello,
I have a unity project with4 splines and several junctions. In the Unity editor when I have the scene view open I get these errors
NullReferenceException: Object reference not set to an instance of an object
FluffyUnderware.CurvyEditor.CurvyConnectionEditor.ConnectionGizmoDrawer (FluffyUnderware.Curvy.CurvyConnection connection, UnityEditor.GizmoType context) (at Assets/Plugins/ToolBuddy/Assets/Curvy/Editor/CurvyConnectionEditor.cs:66)
UnityEngine.GUIUtilityrocessEvent(Int32, IntPtr, Boolean&)
How can I fix this? If I run the game with the Console open its fine...If the scene editor is open it throws the above error.
I have a unity project with4 splines and several junctions. In the Unity editor when I have the scene view open I get these errors
NullReferenceException: Object reference not set to an instance of an object
FluffyUnderware.CurvyEditor.CurvyConnectionEditor.ConnectionGizmoDrawer (FluffyUnderware.Curvy.CurvyConnection connection, UnityEditor.GizmoType context) (at Assets/Plugins/ToolBuddy/Assets/Curvy/Editor/CurvyConnectionEditor.cs:66)
UnityEngine.GUIUtilityrocessEvent(Int32, IntPtr, Boolean&)
How can I fix this? If I run the game with the Console open its fine...If the scene editor is open it throws the above error.