PhaserEditor icon indicating copy to clipboard operation
PhaserEditor copied to clipboard

missing names at instances

Open MerlinEl opened this issue 3 years ago • 0 comments

Version

  • Phaser Editor Version: 3.32.1 AllInOne
  • Operating system: Windows 2011

Description

-add some prefab instances in to scene -print one random instance properties in to console > console.dir(instance_01); you will see that instance name is an empty string.

Possible solution

-for now I'm adding a new property "instanceName" which is readable (but is double work, why not use names if they are already there ;-)

MerlinEl avatar Mar 16 '22 16:03 MerlinEl