Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
2017.1.0a6
Issue ID
896503
Regression
Yes
[Compilation-Pipeline] If project has "UNetWeaver error" then NullReferenceException appears in Console
Regression - doesn't happen in 5.6.0f3
How we can reproduce it using the example you attached
1 Open attached project
Actual result:
3 "UNetWeaver error"-s appear in Console (expected), and there is 4-th error - NullReferenceException:
"NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Scripting.ScriptCompilation.EditorCompilation.TickCompilationPipeline () (at C:/buildslave/unity/build/Editor/Mono/Scripting/ScriptCompilation/EditorCompilation.cs:550)
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface.TickCompilationPipeline () (at C:/buildslave/unity/build/Editor/Mono/Scripting/ScriptCompilation/EditorCompilationInterface.cs:135)"
Expected result:
there should not be NullReferenceExceptions
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
hippogames
Oct 22, 2017 14:55
The same problem appeared with no reason. Updating to 2017.2, deleting Library and Restarting OS didn't help.