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
{{ message }}
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -222,7 +222,7 @@ public class ModelImportSettings
/// <summary>
/// The custom node name to be used as a root motion source. If not specified the actual root node will be used.
/// </summary>
[EditorOrder(1070),DefaultValue(null),EditorDisplay("Animation"),Tooltip("The custom node name to be used as a root motion source. If not specified the actual root node will be used.")]
[EditorOrder(1070),DefaultValue(typeof(string),""),EditorDisplay("Animation"),Tooltip("The custom node name to be used as a root motion source. If not specified the actual root node will be used.")]