caesar
2015年11月9日 19:46:55
Hello,
Should animations at the SOP level show inside of Unity? I'm trying to animate a simple box with a transform SOP on it and the rotation has an animation on it, I then created the DA then bring it in to Unity, but there is no animation.
~Caesar
caesar
2015年11月9日 20:10:32
I tried using the “bake animations” for frame range which the animations live, but still no animation.
damian
2015年11月10日 11:13:30
The bake animation feature in Unity only supports OBJ-level transform animations. SOP-level animations, even if you do just animate the SOP transform, are all geometry modifying animations which Unity does not support out of the box.
You'll have to split your asset into multiple OBJs and transform at that level.
caesar
2015年11月22日 11:20:20
Hi Damian,
Does what you mentioned also apply when exporting to FBX (instead of creating DA)? That SOP transformations do not work - only transformations on the OBJ level show as animations when importing FBX into unity?
Thank you,
Caesar
damian
2015年11月23日 15:59:03
I believe so, yes.