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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
This is a duplicate of issue #1006447