Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wrgood on May 22, 2015, 04:00:06 PM

Title: [SOLVED] How to use GetTransform
Post by: wrgood on May 22, 2015, 04:00:06 PM
I have found a bunch of threads that seem to have solved this problem, but i must be missing something.

GetTransform wants a variable of type Transform, but when creating variables all i can see is as follows.


I feel like Imust be missing something simple, I just dont get it.
Title: Re: How to use GetTransform
Post by: wrgood on May 22, 2015, 04:05:53 PM
Of course, moments after posting, I figure it out. uhg.
You select type Object, and then you click on that variable in the variable manager.
At the bottom of the variable manager you will see ObjectType.
It is currently set to UnityEngine.Object, but you can pick from a massive list of types.