Search Issue Tracker
Fixed in 5.3.1
Votes
3
Found in [Package]
5.2.3, 5.0.0, 4.6.0
Issue ID
1118009
Regression
Yes
[HDRP] Throws an exception when scene camera is selected and hovering over Scene window
Steps to reproduce:
1. Create a new project and download HDRP package from the Package Manager
2. Set HDRP Render Pipeline Asset in Graphic settings
3. Select the Main camera in the scene
4. With mouse hover over Scene window
Results: Multiple exceptions are thrown in the Console
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Experimental.Rendering.HDPipeline.HDCameraEditor.SceneViewOverlay_Window (UnityEngine.GUIContent title, System.Action`2[T1,T2] sceneViewFunc, System.Int32 order, UnityEngine.Object target) (at Library/PackageCache/com.unity.render-pipelines.high-definition@5.2.3-preview/Editor/RenderPipeline/Camera/HDCameraEditor.Handlers.cs:61)
UnityEditor.Experimental.Rendering.HDPipeline.HDCameraEditor.OnSceneGUI () (at Library/PackageCache/com.unity.render-pipelines.high-definition@5.2.3-preview/Editor/RenderPipeline/Camera/HDCameraEditor.Handlers.cs:23)
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <1aa022ba59ae4cfa86ec80b69d3d4fc2>:0)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
Reproduced with: 2019.2.0a1, 2019.1.0a14
Not reproducible with: 2019.1.0a13
Regression introduced in: 2019.1.0a14
Tested with HDRP packages: 5.2.3, 5.0.0, 4.6.0
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
Add comment