Hi,
I am using Unity v2022.3 LTS and I imported the Csound GIT asset through the Package Manager. Everything appears correct and I am receiving debug log messages that Csound is working BUT when I run the BasicTest example scene I receive the following error:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.AudioFilterGUI.DrawAudioFilterGUI (UnityEngine.MonoBehaviour behaviour) (at :0)
UnityEditor.Editor.DoDrawDefaultInspector () (at :0)
UnityEditor.Editor.DrawDefaultInspector () (at :0)
CsoundUnityEditor.OnInspectorGUI () (at ./Library/PackageCache/com.csound.csoundunity@e192bdd051/Editor/CsoundUnityEditor.cs:127)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass72_0.b__0 () (at :0)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
It appears anytime I click on the interface in the inspector. Thoughts?