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
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
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