Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Silicon Power on April 11, 2020, 05:03:52 AM
-
Hey guys. I need to find a GameObject that is child of a biped's foot so they is lots of parent above that child. How can I find that child with name? Because Find Child action doesn't work.
-
Hi.
Find by name/tag. (not performance friendly)
or if you can make a fsm on top parent, then set variables there and drag to parts in that you need to be able to get.
Then you can use 'Get Fsm Game Object' on the parent with the variables.