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
- “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
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