File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,8 @@ public class ExportSettings : ScriptableSingleton<ExportSettings>
289
289
public const string kMayaOptionName = "Maya " ;
290
290
public const string kMayaLtOptionName = "Maya LT" ;
291
291
292
+ public bool Verbose = false ;
293
+
292
294
private static string DefaultIntegrationSavePath {
293
295
get {
294
296
return Path . GetDirectoryName ( Application . dataPath ) ;
Original file line number Diff line number Diff line change @@ -3480,7 +3480,7 @@ public void Dispose ()
3480
3480
{
3481
3481
}
3482
3482
3483
- public bool Verbose { private set { ; } get { return false ; } }
3483
+ public bool Verbose { private set { ; } get { return EditorTools . ExportSettings . instance . Verbose ; } }
3484
3484
3485
3485
/// <summary>
3486
3486
/// manage the selection of a filename
You can’t perform that action at this time.
0 commit comments