File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ which is not diffiucilt, it's just time consuming given the number of files.
9191- Clean up your unity project
9292- Add the ` objc ` folder in this repo with the new custom unity init and obj-c bridging header
9393- Rename ` main ` in ` main.mm ` to anything else
94- - Alter the application delegate and cerate a main.swift file.
94+ - Alter the application delegate and create a main.swift file.
9595- Wrap the UnityAppController into your application delegate
9696- Adjust the ` GetAppController ` function in ` UnityAppController.h `
9797- Go bananas, you did it! Add the unity view wherever you want!
@@ -202,7 +202,7 @@ Anyway, we need to rename this function to anything but `main`:
202202int main_unity_default(int argc, char* argv[])
203203```
204204
205- #### Alter the swift application delegate and cerate a main.swift file
205+ #### Alter the swift application delegate and create a main.swift file
206206
207207We have to get our initialization point done however, so we need some small additions/changes.
208208
You can’t perform that action at this time.
0 commit comments