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 @@ -3324,7 +3324,7 @@ public void Dispose ()
3324
3324
{
3325
3325
}
3326
3326
3327
- public bool Verbose { private set { ; } get { return false ; } }
3327
+ public bool Verbose { private set { ; } get { return EditorTools . ExportSettings . instance . Verbose ; } }
3328
3328
3329
3329
/// <summary>
3330
3330
/// manage the selection of a filename
You can’t perform that action at this time.
0 commit comments