caesar
Nov. 9, 2015 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
Nov. 9, 2015 20:10:32
I tried using the “bake animations” for frame range which the animations live, but still no animation.
damian
Nov. 10, 2015 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
Nov. 22, 2015 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
Nov. 23, 2015 15:59:03
I believe so, yes.