Skip to content

Commit

Permalink
Merge pull request #52 from niezbop/master
Browse files Browse the repository at this point in the history
Use Unity 5.6.5f1
  • Loading branch information
niezbop authored Feb 26, 2018
2 parents f28687f + 28d9ff1 commit df2d1c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ _NOTES:_

. The release is only drafted and you need to accept it before it is available to the public

. Because we build on several targets, git may not be clean as Unity could have updated some scripts when switching API (this is for example the case between `5.6.0f3` and `2017.1.2f1`). You will probably need to `git checkout` some modifications!
. Because we build on several targets, git may not be clean as Unity could have updated some scripts when switching API (this is for example the case between `5.6.5f1` and `2017.1.2f1`). You will probably need to `git checkout` some modifications!
4 changes: 2 additions & 2 deletions DevelopmentTools/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

desc 'Build the Uplift DLL and the unitypackage contain the DLL and its dependencies'
task :build, [:unity_version] => [:chdir] do |_t, args|
args.with_defaults(unity_version: '5.6.0f3')
args.with_defaults(unity_version: '5.6.5f1')
unity_version = args[:unity_version]
File.write('ProjectSettings/ProjectVersion.txt', "m_EditorVersion: #{unity_version}")
FileUtils.cp('ProjectSettings/ProjectVersion.txt', 'Build/ProjectSettings/ProjectVersion.txt')
Expand All @@ -67,7 +67,7 @@ end

# DEPLOYMENT

artifact_targets = ['5.6.0f3', '2017.1.2f1']
artifact_targets = ['5.6.5f1', '2017.1.2f1']
repository = 'uplift'
owner = 'Dragonbox'

Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 5.6.0f3
m_EditorVersion: 5.6.5f1

0 comments on commit df2d1c9

Please sign in to comment.