decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Add rename option on Item Properties tab #1143

Open nearnshaw opened 2 weeks ago

nearnshaw commented 2 weeks ago

Today if I want to rename an item in the Scene Editor, I need to look for it in the entity tree and right-click and rename from there.

In some cases it would be friendlier to rename the item on the three dots next to the item's name, at the top in the Properties tab. We should add a Rename option there.

Image

Renaming an item can be quite significant, especially if you then want to reference it via code.

To some beginner users, the entity tree might feel like an unfamiliar territory. Clicking the item and then changing its properties is more straight forward.