Search Issue Tracker
Not Reproducible
Votes
0
Found in
2020.3.23f1
2020.3.24f1
Issue ID
1383375
Regression
Yes
[VR Template] NullReferenceException on closing VR Project Template window
How to reproduce:
1. Create a new VR project
2. Close VR Project Template window
3. Observe Console
Expected result: Window is closed without any errors.
Actual result: Null Reference Exception is thrown:
NullReferenceException: Object reference not set to an instance of an object
Unity.InteractiveTutorials.TutorialModalWindow.UpdateContent () (at Library/PackageCache/com.unity.learn.iet-framework@1.2.3/Editor/Editor Windows/TutorialModalWindow.cs:116)
Unity.InteractiveTutorials.TutorialModalWindow.OnBecameVisible () (at Library/PackageCache/com.unity.learn.iet-framework@1.2.3/Editor/Editor Windows/TutorialModalWindow.cs:91)
UnityEditor.HostView.RegisterSelectedPane (System.Boolean sendEvents) (at <bbfbd5a71eea45d1a1354233c800516b>:0)
UnityEditor.HostView.OnEnable () (at <bbfbd5a71eea45d1a1354233c800516b>:0)
Reproduced with: 2020.3.24f1, 2020.3.23f1.
Didn't reproduce with: 2022.1.0a16, 2021.2.4f1, 2020.3.22f1, 2019.4.33f1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment