Playmaker Forum

PlayMaker News => General Discussion => Topic started by: jermerqua on July 15, 2012, 05:54:10 PM

Title: [SOLVED] Any known issues with "Play Animation" when you "Specify game object"??
Post by: jermerqua on July 15, 2012, 05:54:10 PM
I have a super simple scene where I nest one game object w/animation in another (an invisible one controllign physics)... I simply applied the Play animation action on to the invisible object and want it to play the animation from object 2 ( the visible one) but nothing is happening.
a) I can see that the state is being triggered on collision
b) I have tested to make sure the animation is there and work in unity
c) It's just when i target from another object that it breaks.

Any help appreciated. im new to this.
Title: Re: Any known issues with "Play Animation" when you "Specify game object"???
Post by: jeanfabre on July 16, 2012, 03:16:08 AM
Hi,

Have you checked this from the Unity answer site?

http://answers.unity3d.com/questions/7841/what-does-the-compute-mesh-inertia-tensor-failed-e.html (http://answers.unity3d.com/questions/7841/what-does-the-compute-mesh-inertia-tensor-failed-e.html)

bye,

 Jean
Title: Re: Any known issues with "Play Animation" when you "Specify game object"???
Post by: jermerqua on July 16, 2012, 01:43:59 PM
This is actually helpful for another issue I have been having so thank you.
Title: Re: Any known issues with "Play Animation" when you "Specify game object"???
Post by: jeanfabre on July 17, 2012, 07:52:24 AM
Hi,

 did that fixed that issue as well?

bye,

 Jean
Title: Re: Any known issues with "Play Animation" when you "Specify game object"???
Post by: jermerqua on July 17, 2012, 01:48:57 PM
It did thank you so much.