Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: artician on July 17, 2011, 02:37:52 PM

Title: 1.1 Bug - Dont Destroy On Load [RESOLVED]
Post by: artician on July 17, 2011, 02:37:52 PM
I couldn't find if this was a known issue.

Dont Destroy On Load seems to affect hierarchy.  If an object with this action on it is a child of another object, the parent object and all it's children are included when the new level is loaded.

This was in 1.1.
Title: Re: 1.1 Bug - Dont Destroy On Load
Post by: giyomu on July 17, 2011, 10:11:48 PM
don't remember my self but does this happens using regular script too ?

it may be more an unity behaviors there than Fsm...I am not sure tho , I may try out if you don't do before me.
But definitely check without playmaker doing it using regular script and check if you get the same behavior.

but in my own logic I think that if you don't destroy a children , you want keep the other object it is attached too , just in the case this children need them for it's own behavior, or in that case unparent him before..
Title: Re: 1.1 Bug - Dont Destroy On Load
Post by: artician on July 19, 2011, 02:37:00 PM
I think it is intended behavior, I just wanted to make sure!