Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying a Container does not rename children GameObjects #149

Closed
ItsGravix opened this issue Oct 19, 2021 · 2 comments
Closed

Copying a Container does not rename children GameObjects #149

ItsGravix opened this issue Oct 19, 2021 · 2 comments
Labels
Bug Something isn't working

Comments

@ItsGravix
Copy link

Version

  • Phaser Editor 2D Version: v3.30.0
  • Operating System: Windows 11
  • Web Browser and version: Chrome 94.0.4606.81

Description

When you copy a container, it does not add _1 to its children, and the names remain the same, causing errors that people might miss until they look at the JavaScript.

image

Possible solution

This can be fixed by adding a number after Container children that are copied.

@MerlinEl
Copy link

MerlinEl commented Apr 4, 2022

There will also help some type of macro, that can rename selected items in batch.

@PhaserEditor2D PhaserEditor2D added the Bug Something isn't working label Apr 5, 2022
@PhaserEditor2D
Copy link
Owner

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants