Search Issue Tracker
By Design
Votes
1
Found in
5.5.0b5
Issue ID
834371
Regression
Yes
Error when opening Shader Forge
Steps to reproduce :
- import the Shader Forge package
- go to Window -> Shader Forge and notice the error
NullReferenceException: Object reference not set to an instance of an object
ShaderForge.SF_Editor.OnDestroy ()
UnityEditor.EditorWindow:Close()
ShaderForge.SF_Editor:Update()
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
*Note :
Regression from 5.4.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Acegikmo
Oct 12, 2016 16:33
This has been fixed in the upcoming Shader Forge version! I'm pretty sure it's because the deserialization no longer calls new OnEnable(){} the same way as before