Hi, I have been mucking around with a project and I need to be able to manage the scale of a collection within a script. Is there any possible way to do that? Thank you.
No. A collection does not exist in runtime. You can, of course, scale the game objects that you gathered in the collection. If you need to scale a hierarchy of game objects, put a game object as parent at the root (in script or editor) and scale that root parent.
2 Likes