Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0b1
Issue ID
874248
Regression
No
Handles.DoPositionHandle throw NullReferenceException on DoPlanarHandle when called from editor window GUI
To reproduce:
1. Open attached project.
2. Execute menu item: BUG/Open Editor Window
3. Press anywhere on newly opened custom editor window.
Expected result: No error.
Actual: Null reference exception in DoPlanarHandle:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Handles.DoPlanarHandle (PlaneHandle planeID, Vector3 position, Quaternion rotation, Single handleSize) (at C:/buildslave/unity/build/Editor/Mono/EditorHandles/PositionHandle.cs:147)
UnityEditor.Handles.DoPositionHandle_Internal (Vector3 position, Quaternion rotation) (at C:/buildslave/unity/build/Editor/Mono/EditorHandles/PositionHandle.cs:90)
UnityEditor.Handles.DoPositionHandle (Vector3 position, Quaternion rotation) (at C:/buildslave/unity/build/Editor/Mono/EditorHandles/PositionHandle.cs:61)
Notes: The handle is actually drawn when you pass camera to it. I know it's not quite intended usage of this function, but other Handle methods seem to work and render fine on editor windows. If DoPositionHandle should not work, maybe we should throw InvalidOperationException with message which describes that this should not be used in editor windows.
Reproduced on: 5.6.0.b5, 5.5.0p1, 5.4.1p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
- Missing spaces in "Welcome to VR Mutiplayer Template Project" Welcome Dialog window
Add comment