Posts: 3
Threads: 1
Joined: Jan 2014
01-27-2014, 05:50 PM
(This post was last modified: 01-27-2014, 05:55 PM by Joror.)
Code:
Unable to convert GUI point to world ray if a camera has not been set up!
UnityEditor.HandleUtility:GUIPointToWorldRay(Vector2)
CurvySplineSegmentInspector:InsBefore() (at Assets/Curvy/Editor/CurvySplineSegmentInspector.cs:492)
CurvySplineSegmentInspector:DoWin(Int32) (at Assets/Curvy/Editor/CurvySplineSegmentInspector.cs:420)
UnityEditor.DockArea:OnGUI()
I get this error when using Ins Before and After, on the first and final spline segment respectively.
I'm not sure what the intended behaviour in those cases is, but extrapolating out in the direction of the tangent (?) seems like it'd be reasonable.
Also looking forward to the undo bug and warnings being fixed!
e:
Forgot to mention, this is only the case with an open spline. Closed splines don't suffer from it.
Posts: 690
Threads: 71
Joined: Jan 2015
Hi,
thanks for reporting this. I'll have a look.
Jake
Posts: 690
Threads: 71
Joined: Jan 2015
To reproduce this error, do I just have to delete any camera in the scene?
Posts: 3
Threads: 1
Joined: Jan 2014
No?
My steps to reproduce are:
- Create a new scene (empty, but with Main Camera by default)
- GameObject > Create Other > Curvy > Spline
- Uncheck Close Spline
- Select the first or last point of the spline, and then click Ins Before or Ins After respectively
With the main camera present throughout. As far as I can tell, it happens regardless of whether a camera is in the scene or not.
Posts: 690
Threads: 71
Joined: Jan 2015
Ah, ok. Then I misunderstood you. Just tested with the current dev version and fortunately, this bug is gone with the new Toolbar UI.
Posts: 3
Threads: 1
Joined: Jan 2014
Ah, neat. Looking forward to the next release.