I have a scene where actors of 3 different kinds spawn periodically.
Example:
after 5 - 10 seconds.
create random number between 1 and 3
If random number = 1: spawns actor1
If random number = 2: spawn actor2
If random number = 3: spawn actor3
This continues for the entire scene until the number of actors on scene = the actor cap I have created (16)
I have everything working fine, but if I close the game and open it, all my actors are gone. I have no idea how to save all of their positions and actor types? Thankyou to anyone who takes the time to help