hi, I would like to spawn some objects only on a circumference.
Have you some ideas?
Thanks ![]()
hi, I would like to spawn some objects only on a circumference.
Have you some ideas?
Thanks ![]()
Google points me to this codelet:
Something that isnβt code heavy would be to have a GameObject with a child which has a distance to its parent of the radius of your circle. Place the parent at the center of the circle and just rotate the parent a random amount between 0 and 360 degrees, and spawn your object on the child.