Skip to content

Commit 1c201e6

Browse files
authored
Update README
1 parent ae82369 commit 1c201e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ $ UnityBuildKit generate
5858
- The generation script sets up the Unity project to build for the Device SDK. These means that, if building for a simulator, there is a high probability that you will encounter build and linker errors in Xcode. Change the run destination to a physical device and the errors should go away. You can change this in Unity using the Build Settings once generation is completed.
5959

6060
### Refreshing the projects
61+
The built Unity files are under `ios_build/`. When building your Unity project, make sure that you append the new build to this `ios_build/` folder so that refresh script knows where the Unity files are located.
62+
6163
The iOS project is automatically updated and refreshed every time the Unity project is built. You shouldn't need to do anything! 😀
6264

6365
## Known Unity Version Compatibility

0 commit comments

Comments
 (0)