-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response Matcher empty + throws error about GUI functions #88
Comments
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/ |
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?
The text was updated successfully, but these errors were encountered: