Playmaker Forum

PlayMaker News => General Discussion => Topic started by: johanesnw on April 01, 2014, 02:33:32 AM

Title: where to find SpriteRenderer object?
Post by: johanesnw on April 01, 2014, 02:33:32 AM
I create an "object" variable. then I want to assign SpriteRenderer as the type.
but I can't find the SpriteRenderer.
there are just SpriteRoot and SpriteSelector.

if I drag the component to FSM and set property, there will be
"unityEngine.SpriteRenderer"
but I need to assign this type to the variable, and I can't find in the List.

any solution?