Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: intrikit on September 21, 2015, 03:43:13 AM

Title: Animate Vector or Animate Float not working
Post by: intrikit on September 21, 2015, 03:43:13 AM
I'm trying to animate the scale of a game object. So I used a Get Scale action and stored the Vector3 in a variable. Right underneath it I have an Animate Vector3 action but it doesn't animate. I've also tried this with a float to no avail. What could I be missing?

Thanks in advance!

Title: Re: Animate Vector or Animate Float not working
Post by: mdotstrange on September 21, 2015, 04:10:50 AM
You need to use "Set Scale" with your scaleVect variable to animate the scale-

Get scale grabs the scale and stores it- the AnimateVector3 is just changing the variable- you need to plug that var into Set Scale to have it do stuff  :)