Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.0b1
Issue ID
1079734
Regression
No
Unable to enter Play Mode and Console is constantly throwing NullReferenceException errors after opening project
How to reproduce:
1. Download and open attached "NavMesh_Bug2" project
2. Change Layout of Editor
3. Observe Console and enter Play Mode
Expected result: Console is empty of errors and Editor enters Play Mode
Actual result: Console is filled with errors and Editor does not enter Play Mode
Reproduced with: 2018.3.0b1
Main error:
NullReferenceException: Object reference not set to an instance of an object
at System.Text.RegularExpressions.FactoryCache+Key.Equals (System.Object o) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.MRUList.Use (System.Object o) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.FactoryCache.Add (System.String pattern, RegexOptions options, IMachineFactory factory) [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.InitNewRegex () [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex.Init () [0x00000] in <filename unknown>:0
at System.Text.RegularExpressions.Regex..ctor (System.String pattern, RegexOptions options) [0x00000] in <filename unknown>:0
at UnityEditor.Scripting.Compilers.MonoCSharpCompilerOutputParser..cctor () [0x00000] in C:\buildslave\unity\build\Editor\Mono\Scripting\Compilers\MonoCSharpCompilerOutputParser.cs:7
Notes: Reopening project fixes the issue.
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
Add comment