You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When duplicating an entity, a number is assigned to the new item to differentiate it from the original. However, successive duplications add additional numbers to the new entities name instead of iterating from the original number resulting in confusing naming conventions.
Tested on 0.11.1.
Tool:
Editor
CLI
Steps to reproduce:
Open the Scene Editor
Create or import any entity to the scene
Duplicate the entity using the right click menu or a keyboard shortcut
Notice that the new item will include a "_2" at the end of the entity name
Duplicate the newly created entity
Notice that a "_3" will be added next to the already present "_2" number
See attached video for more details:
Expected behaviour:
Duplicated entities that already have a number at the end of their name should iterate that same number instead of adding additional numbers to the end of the name.
For example:
Entity Name
Entity Name_2
Entity Name_3
Entity Name_4
Entity Name_5
In this situation if I select "Entity Name_3" and duplicate it, the new entity should be named "Entity Name_6".
Current behaviour:
New numbers are added at the end of the entity name each time:
Entity Name
Entity Name_2
Entity Name_2_3
Entity Name_2_3_4
Entity Name_2_3_4_5
Reproduction rate:
100%
Platforms:
Windows
Mac
Not platform specific
Environment:
production - web client
production - desktop client
local preview
web editor
desktop editor
Evidence:
Decentraland_Creator_Hub_sF7W35k92p.mp4
Additional Notes:
A possible but less desirable solution would be to keep the first entity selected after duplicating it so the new numbers are based on this one instead. But I would implement this as a workaround only.
The text was updated successfully, but these errors were encountered:
Issue Description:
When duplicating an entity, a number is assigned to the new item to differentiate it from the original. However, successive duplications add additional numbers to the new entities name instead of iterating from the original number resulting in confusing naming conventions.
Tested on 0.11.1.
Tool:
Steps to reproduce:
See attached video for more details:
Expected behaviour:
Duplicated entities that already have a number at the end of their name should iterate that same number instead of adding additional numbers to the end of the name.
For example:
Entity Name
Entity Name_2
Entity Name_3
Entity Name_4
Entity Name_5
In this situation if I select "Entity Name_3" and duplicate it, the new entity should be named "Entity Name_6".
Current behaviour:
New numbers are added at the end of the entity name each time:
Entity Name
Entity Name_2
Entity Name_2_3
Entity Name_2_3_4
Entity Name_2_3_4_5
Reproduction rate:
100%
Platforms:
Environment:
Evidence:
Decentraland_Creator_Hub_sF7W35k92p.mp4
Additional Notes:
A possible but less desirable solution would be to keep the first entity selected after duplicating it so the new numbers are based on this one instead. But I would implement this as a workaround only.
The text was updated successfully, but these errors were encountered: