Search Issue Tracker
Duplicate
Votes
0
Found in
2018.1.0b6
2018.1.0b9
Issue ID
1012772
Regression
Yes
Editor UI is broken and NullReferences after changing scripts class name multiple times
To reproduce:
1. Create a new project
2. Select any game object
3. In the inspector Add Component > any new script
4. Open the script and change class name to anything and save
5. Go back to Unity and observe as the name of the script changed to the name of the game object
6. Open the script
7. Change the class name back to the original
Expected result: the name of the script is changed and no errors in the console
Actual result: Editor UI gets corrupted and nonstop NullReference exceptions are thrown in the console
Reproduced on: 2018.1.0b9 2018.1.0b11
Not reproduced on: 2017.3.1p4 2018.1.0b1 2018.1.0b5
Notes:
Workaround: press any other game object and the errors stop and UI is fixed.
On 2018.2.0a5 no errors are thrown and the UI works fine, but the script is missing until any other game object is selected
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
This is a duplicate of issue #1006447