Using Unity 6 + AC 1.81.7
Every time I close the confirmation popup after the speech text has been gathered, I get a (red) error message in the Editor console:
GUI Error: Invalid GUILayout state in view. Verify that all layout Begin/End calls match
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
I don't know if this is a Unity 6 related issue and if you can do anything about this, but maybe it helps to know about this?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Maybe this helps? https://discussions.unity.com/t/avoiding-you-getting-insane-because-of-invalid-guilayout-state-errors/916205
not sure which script would need to be touched in this case though.
Thanks, I'll look into it.
Is the gather text process affected in any way? It may be that the issue doesn't go beyond the Console error.
No, it doesn't seem to be affected by that. It's just that I like to have my projects as error free as possible to not overlook "real"/problematic errors that would be visible in the build.
And of course it is a better user experience for any user of the AC toolkit when there are no errors that create a feeling of instability. So I hope such reports help, even though this may not be a high priority problem.