Response Matcher empty + throws error about GUI functions
palebluewanders opened this issue · comments
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?
Update: Reverting to Unity 2021.3.20f1 resolves the above. So this seems to be a Unity 2022 issue.
Thanks for the report. We'll take a look at it.
Is this happening with Conduit or without?
Without I assume, since I'm new to Wit and haven't heard of Conduit. This was just me trying to apply stuff from beginner tutorials to my existing app.
@palebluewanders You may want to check out Conduit if you are using a recent enough version of the SDK. We will need to update those tutorials. For now, you can find out more details in the Conduit section of the documentation: https://developer.oculus.com/documentation/unity/voice-sdk-conduit/