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
if (unityAskSetUnits ==undefinedornot unityAskSetUnits) and units.SystemType !=#Centimetersthen (
35
35
result =false
36
+
message = ("Detected system units set to "+units.SystemType+".\n\n"+
37
+
"Using system units other than centimeters is not recommended for the Unity FBX "+
38
+
"workflow and may result in unexpected scaling on export.\n\n"+
39
+
"Would you like to change the system units to centimeters?")
36
40
(
37
-
result = queryBox "Using system units other than centimeters is not recommended and may result in unexpected scaling on export.\nWould you like to set system units to centimeters?"title:"Warning"
41
+
result = queryBox message title:"Warning, system units not set to centimeters"
0 commit comments