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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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