Issue with spawned actors spawning actors
bernardo.chuecos
Member, PRO Posts: 75
So I have noticed that when I spawn an actor and then make that actor spawn another actor the code on the last actor spawned does not work. Is anyone else having the same problem? Are we not supposed to spawn actors from spawned actors?
Comments
Spawning an actor from another actor - that itself has been spawned - works just fine, there may well be an error in your code.
Update: I fixed the problem. There was a behavior that kept running and didnt let the rest of the code run