Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a6
2018.3.0a7
Issue ID
1065935
Regression
Yes
Scene view picking is not working after upgrading project to 2018.3.0a6
Steps to repro:
1. Open attached project and 'intro_ext' scene;
2. Select blue plane gameobject in the Scene view.
Expected result:
'intro_ext_grass' plane gameobject is selected.
Actual result:
Object is not selected. Error:
`NullReferenceException: Object reference not set to an instance of an object
UnityEditor.HandleUtility.FindSelectionBase (UnityEngine.GameObject go) (at C:/buildslave/unity/build/Editor/Mono/HandleUtility.cs:596)
UnityEditor.SceneViewPicking.PickGameObject (UnityEngine.Vector2 mousePosition) (at C:/buildslave/unity/build/Editor/Mono/SceneView/SceneViewPicking.cs:50)`
is thrown. See attached video.
Regressin introduced in 2018.3.0a6.
Notes
- Reproducible in 2018.3.0a7, 2018.3.0a6;
- Not reproducible in 2018.3.0a5, 2018.2.2f1 , 2018.1.9f1;
- Reproducible on Windows 10 and OSX 10.13.6;
- Picking in the Hierarchy works as expected.
Comments (6)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
afftar
Sep 22, 2020 11:37
Repoducible in 2019.4.6f1
afftar
Oct 01, 2019 20:13
Reproducible in 2019.2.6f1
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.HandleUtility.FindSelectionBase (UnityEngine.GameObject go) (at C:/buildslave/unity/build/Editor/Mono/HandleUtility.cs:644)
UnityEditor.SceneViewPicking.PickGameObject (UnityEngine.Vector2 mousePosition) (at C:/buildslave/unity/build/Editor/Mono/SceneView/SceneViewPicking.cs:50)
UnityEditor.RectSelection.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/SceneView/RectSelection.cs:138)
UnityEditor.SceneView.HandleSelectionAndOnSceneGUI () (at C:/buildslave/unity/build/Editor/Mono/SceneView/SceneView.cs:2538)
UnityEditor.SceneView.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/SceneView/SceneView.cs:2400)
afftar
Oct 01, 2019 20:13
Not fixed
Reproducible in 2019.2.6f1
hm_assets
Dec 28, 2018 12:58
Yep! Repoducible in 2018.3.f02
hm_assets
Dec 28, 2018 12:58
Yep! Repoducible in 2018.3.f02
Le_Vailus
Dec 16, 2018 15:38
Repoducible in 2018.3.f02.