Random Spawn actors in scene overlapping
Hey
I have several actors spawning in my scene, I have a problem where they overlap each other. How can I avoid this? I know there is a way using tables and giving predetermined spawn points but is there a way to do this without it?
Thanks!
I have several actors spawning in my scene, I have a problem where they overlap each other. How can I avoid this? I know there is a way using tables and giving predetermined spawn points but is there a way to do this without it?
Thanks!
Best Answer
-
mrglockling Posts: 258
Answers
Thanks again!
you could add rule for when overlaps/collides with actors of the same name
change the X positions … but rules and behaviors use resources
tables are not that hard to do … you just type in the positions you want
it is worthwhile playing with them to learn new ways to save yourself time and frustration
watch Tshirtbooth's videos on tables gshelper.com
and try making some in a new playProject