PhaserEditor
PhaserEditor copied to clipboard
missing names at instances
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 ;-)