Skip to content

Commit

Permalink
Update toolkit version number to match M16
Browse files Browse the repository at this point in the history
Change-Id: Ib26b42cbd0bab358b169302234a4c5c22e96d1d6
  • Loading branch information
Jeremy Cowles committed May 30, 2018
1 parent 6dc0429 commit cd853d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
namespace TiltBrushToolkit {

public class ModelImportSettings : AssetPostprocessor {
readonly Version kToolkitVersion = new Version { major=14 };
readonly Version kToolkitVersion = new Version { major=16 };
readonly Version kRequiredFbxExportVersion = new Version { major=10 };

public static bool sm_forceOldMeshNamingConvention = false;
Expand Down

0 comments on commit cd853d6

Please sign in to comment.