How do I use this? createNewUniqueId()

How do I use this? I want to move the object that I created via javascript but there is no way to identify it after it is created.

createNewUniqueId()

You could just create your own. Just give the object a variable (ID/UUID/WhatEverYouWantID), and assign it the next number you’re storing in a scene/global variable.

1 Like