We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e3449 commit 68fdbccCopy full SHA for 68fdbcc
com.unity.formats.fbx/Editor/Sources/Recorders/FbxRecorder/FbxRecorder.cs
@@ -43,7 +43,7 @@ protected override void EndRecording(RecordingSession session)
43
options.keyframeReduction = false;
44
aInput.GameObjectRecorder.SaveToClip(clip, settings.FrameRate, options);
45
#else
46
- aInput.gameObjectRecorder.SaveToClip(clip, settings.FrameRate);
+ aInput.GameObjectRecorder.SaveToClip(clip, settings.FrameRate);
47
#endif
48
var root = ((AnimationInputSettings)aInput.settings).gameObject;
49
clip.name = "recorded_clip";
0 commit comments