Playmaker Forum

PlayMaker News => General Discussion => Topic started by: PolyMad on September 04, 2021, 09:00:23 AM

Title: Delete me thanks X*
Post by: PolyMad on September 04, 2021, 09:00:23 AM
As per title.
I can't see what's going on.
Everything should work, but I keep having my array empty and I don't know why.

I get the next child in a GameObject.
Then I check the name: if it contains "door", then I extract it.
The names of the child cointain "door", but I still don't get this working and I can't understand why.

Title: Re: Is it possible to execute Playmaker FSM step by step?
Post by: PolyMad on September 04, 2021, 09:39:24 AM
Apparently GET NAME is not working correctly and is not storing the name of the object in the string variable.
Title: Re: Is it possible to execute Playmaker FSM step by step?
Post by: PolyMad on September 04, 2021, 09:42:06 AM
Wait I found the problem: the first action has a LOOP redirect in it already... uff.
Sorry delete please.