Whenever I try to add response matcher to my response handler object, the response matcher is completely empty and I get this error:
ArgumentException: You can only call GUI functions from inside OnGUI.
UnityEngine.GUIUtility.CheckOnGUI () (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:300)
This error also occurs every time I click away from the response handler GO and back to it. I'm on Unity 2022.3.0. Any ideas?
Whenever I try to add response matcher to my response handler object, the response matcher is completely empty and I get this error:
ArgumentException: You can only call GUI functions from inside OnGUI.
UnityEngine.GUIUtility.CheckOnGUI () (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:300)
This error also occurs every time I click away from the response handler GO and back to it. I'm on Unity 2022.3.0. Any ideas?