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
fbxFileName = getOpenFileName caption:"Import FBX from Unity"filename:(unityProjectPath +"/Assets/") types:"FBX (*.fbx)|*.fbx|"
30
31
if fbxFileName !=undefinedthen
31
32
(
33
+
-- ask to set units to cm if not already
34
+
if (unityAskSetUnits ==undefinedor !unityAskSetUnits) and units.SystemType !=#Centimetersthen (
35
+
result =false
36
+
(
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"
0 commit comments