You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.formats.fbx/Documentation~/recorder.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,5 @@ Alternatively, the FBX Recorder can be added as a track in the Timeline.
25
25
|__Game Object__| Set the Game Object in the scene to record. |
26
26
|__Recorded Target(s)__| Select which components of the selected GameObject to record. |
27
27
|__Recorded Hierarchy__| Check to record other objects in the hierarchy of the GameObject in addition to the selected GameObject. |
28
+
|__Source__| Transfer the transform animation from this object to the __Destination__ transform. <br/><br/>**NOTES:**<br/> - __Source__ must be an ancestor of __Destination__<br/> - __Source__ may be an ancestor of the selected object. |
29
+
|__Destination__| Which object to transfer the transform animation to.<br/><br/>This object receives the transform animation on objects between __Source__ and __Destination__ as well as the animation on the Source itself. |
Debug.LogWarningFormat("FbxRecorderSettings: Source {0} must be in the same hierarchy as {1}",newValue.name,selectedGO?selectedGO.name:"the selected object");
Debug.LogWarningFormat("FbxRecorderSettings: Destination {0} must be in the same hierarchy as {1}",newValue.name,selectedGO?selectedGO.name:"the selected object");
"Transfer transform animation from source to destination. Animation on objects between source and destination will also be transferred to destination."
0 commit comments