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

Scripting

-

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

  1. 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

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.