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 9ba7eed commit 1a28f4eCopy full SHA for 1a28f4e
Packages/com.unity.formats.fbx/Editor/Scripts/FbxExporter.cs
@@ -3539,7 +3539,7 @@ static bool ValidateOnClipContextClick()
3539
return false;
3540
}
3541
3542
- public static void ExportSingleTimelineClip(Object editorClipSelected, string filePath = null)
+ internal static void ExportSingleTimelineClip(Object editorClipSelected, string filePath = null)
3543
{
3544
UnityEngine.Object[] exportArray = new UnityEngine.Object[] { editorClipSelected };
3545
0 commit comments