Skip to content

Commit db6c358

Browse files
committed
Bump version to 14.0
Change-Id: I9f60a561f8915ea4e6a1a0d8b97b15c5ea403a14
1 parent 9e756fc commit db6c358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySDK/Assets/TiltBrush/Scripts/Editor/ModelImportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
namespace TiltBrushToolkit {
2323

2424
public class ModelImportSettings : AssetPostprocessor {
25-
readonly Version kToolkitVersion = new Version { major=12 };
25+
readonly Version kToolkitVersion = new Version { major=14 };
2626
readonly Version kRequiredFbxExportVersion = new Version { major=10 };
2727

2828
public static bool sm_forceOldMeshNamingConvention = false;

0 commit comments

Comments
 (0)