Skip to content

Commit ea0d992

Browse files
author
Adam Venturella
committed
run script phase
1 parent c636769 commit ea0d992

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ Adjust that path to point to your ios unity export path
7777
<img src="https://dl.dropboxusercontent.com/u/20065272/forums/github/ios-unity5/unity_ios_export_path.png">
7878

7979

80+
#### Add a new `run script` build phase
81+
82+
Now we need to ensure we copy our fresh unity project on each build, so we add a
83+
new run script build phase.
84+
85+
Select Build Phases from your project settings to add a new build phase.
86+
87+
Copy the contents of the UnityProjectRefresh.sh script into this phase.
88+
89+
<img src="https://dl.dropboxusercontent.com/u/20065272/forums/github/ios-unity5/run_script_phase.png">
90+
91+
8092
Now, remember the last step from Unity above? `Remember the folder you built the project too.`.
8193
Good, we need to drag some files into our
8294

File renamed without changes.

0 commit comments

Comments
 (0)