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
this.scene is the scene object from the parent scene sent to a player object, playerId is a unique id per player. I'm calling it in the destroy() function above the super.destroy();
console.log'ing before calling either removeFolder() command shows the id exists. There is also a folder by that name.
The text was updated successfully, but these errors were encountered:
When I call:
or
I get the error:
I'm adding folders and subfolders like so:
this.scene is the scene object from the parent scene sent to a player object, playerId is a unique id per player. I'm calling it in the destroy() function above the super.destroy();
console.log'ing before calling either removeFolder() command shows the id exists. There is also a folder by that name.
The text was updated successfully, but these errors were encountered: