Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  ArgumentException: Getting control 0's position in a group with only 0 controls when
#9
(14-12-2019, 11:43 PM)forinyar Wrote: Hi guys, I have encountered the exact same issue. I would prefer to use both assets, do you have any suggestions I can try to make Obi rope and Aura 2 compatible?

Hi,

This seems to be a bug in Aura's handling of immediate UI. Any asset installed alongside Aura that uses immediate UI in OnSceneGUI() will appear to be broken. When and if the fix will be pushed to the store is beyond our control.

For now, a workaround is to comment line 442 in Aura's SceneViewToolbox.cs file. Should look like this:

Code:
_controlID = 0;

Get rid of that line to fix the issue.

Anyway, I haven't found a way to hide Aura's window in the scene view so it will be drawn over any other window including Obi's.
Reply


Messages In This Thread
RE: ArgumentException: Getting control 0's position in a group with only 0 controls when - by josemendez - 16-12-2019, 09:36 AM