We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f4ea3 commit 2c3ea49Copy full SHA for 2c3ea49
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.1.2
4
+
5
+* An issue which prevents exporting correct Xcode project on Unity 2019.3.
6
7
## 1.1.1
8
9
### Fixed
Rakefile
@@ -6,7 +6,7 @@ task :release do
version = STDIN.gets.strip
puts "Exporting unity package...".bold
- unity_app = "/Applications/Unity/Hub/Editor/2017.4.18f1/Unity.app"
+ unity_app = "/Applications/Unity/Hub/Editor/2017.4.39f1/Unity.app"
10
working_path = `pwd`.strip
11
proj_path = "#{working_path}/LINE_SDK_Unity"
12
puts `#{unity_app}/Contents/MacOS/Unity -batchmode -projectPath #{proj_path} -exportPackage Assets/Plugins Assets/LineSDK output.unitypackage -quit`
0 commit comments