Spawn object not exhibiting original behaviors
-
This might be old news, but a spawned object will not exhibit behaviors of original object.
-
@jonnyflapjack For me it does...?
-
@jonnyflapjack What is happening differently?
-
Need a bit more info here. What exactly are you experiencing, and what do you expect to happen.
Also how are you behaviours set up, and on what object.If your behaviours are on the spawned object itself, it should be executing. But if they are on another object and that object references the original object, it will not know about the new ones.
-
@murtaza An enemy collides with player, player looses a health, enemy is spawned into a random area of play. That spawn does not exhibit original behaviors.
If the “spawn in area” behavior is used, how do you specifiy behavior for that spawn when it hasn’t been created?