Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with drawing rope curve
#9
(25-03-2018, 12:12 AM)wijnandvantol Wrote: Ok, not sure what went wrong, but it turned out to be a Unity issue. 
Even a most basic editor script with an OnSceneUI function wasn't working. Resetting my layout to default settings fixed it ...
Thanks for the help anyway! Helped me at least figure out where Unity messed up ;-)

-Wijnand

Hi Wijnand,

As I wrote in the previous post, I think the issue was that you had a inspector window in debug mode. When having an inspector in debug mode, OnSceneGUI will not be called. Only basic editor functionality will work.

Resetting your layout will have closed the inspector, thus fixing the issue. Glad you sorted it out.

cheers!
Reply


Messages In This Thread
RE: Problem with drawing rope curve - by josemendez - 25-03-2018, 12:15 AM