I apologize if this is the wrong place to post this, but I need a way of spawning objects in a random position each time. But to clarify:
I want each object to only spawn once in the world. Like, instead of just populating random positions with trees, for example, I have a set number of objects, that each should only spawn a specific number of times per object.
So I would have a set amount of transforms in specific places, one for each object. But, each time (or with some method call) I want each object from an array of prefabs to spawn on one of those transforms only once (so no double spawning, and no multiples of the same object)
If someone could help me with this I would really appreciate it!
Thanks so much!