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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment