Search Issue Tracker
By Design
Votes
0
Found in
2019.3
2019.3.0a11
Issue ID
1171901
Regression
No
Renaming assemble definition in the Inspector does not rename it in the Hierarchy
Renaming assembly definition in the Inspector does not rename it in the Hierarchy
Steps to reproduce
- Open Unity 2019.3.0a11
- Create an assembly definition and name it.
- Rename it in the Inspector and hit apply.
Notice issue >> Name is changed in the Inspector but not in the heirarchy
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
This is by design. The name of the assembly is stored inside the .asmdef (JSON) file as a string and is not necessarily equal to the filename.
See https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html