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.
Comments (1)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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