https://github.com/rootstrap/swift-unity-integration
Integration of Unity build into an iOS(Swift) project.
https://github.com/rootstrap/swift-unity-integration
ios swift unity unity3d
Last synced: 24 days ago
JSON representation
Integration of Unity build into an iOS(Swift) project.
- Host: GitHub
- URL: https://github.com/rootstrap/swift-unity-integration
- Owner: rootstrap
- Created: 2018-05-25T13:05:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T14:00:13.000Z (about 8 years ago)
- Last Synced: 2025-06-12T01:05:09.887Z (12 months ago)
- Topics: ios, swift, unity, unity3d
- Language: C#
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swift-unity-integration
Integration of Unity build into an iOS(Swift) project.
Two-way messaging example between Unity and iOS.
Using [jiulongw's instructions](https://github.com/jiulongw/swift-unity/tree/master/demo/unity)
### Demo Instructions
1. Open the Unity project and build the iOS platform.
We won't be using the generated project directly so you can save the iOS build into a temporary folder.
2. Open the SwiftUnityLoader xcodeproj.
Unity post build script already linked the Classes and Libraries folders.
3. Run the demo in a real device.