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 c6eb97f commit 0bc2604Copy full SHA for 0bc2604
Assets/FbxExporters/Editor/ExportModelEditorWindow.cs
@@ -474,7 +474,6 @@ protected int SetGameObjectsToExport(IEnumerable<UnityEngine.Object> toExport){
474
475
// if only one object selected, set transfer source/dest to this object
476
if (ToExport.Length == 1 || (IsTimelineAnim && ToExport.Length > 0)) {
477
- Debug.Log ("here");
478
var go = ModelExporter.GetGameObject (ToExport [0]);
479
if (go) {
480
TransferAnimationSource = go.transform;
0 commit comments