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
-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 ;-)
The text was updated successfully, but these errors were encountered:
Version
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 ;-)
The text was updated successfully, but these errors were encountered: