I have lots of objects on the screen and each of them has have unique id. example object.id = as62b4.
Now how do i select this object? say i want to change it’s position etc?
I thaught about putting all the objects in an array and go through all the objects in the array to match the id but in my case it won’t work because as i said i have lots of objects in the scene and it will be a very slow process and i want a fast solution.
Thanks in advance
