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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
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