-
Notifications
You must be signed in to change notification settings - Fork 1
Unity project build
Merijn Hendriks edited this page Nov 16, 2017
·
2 revisions
- Check if all unity project settings are correct
- Build Unity project to apk as usual
- Check if all unity project settings are correct
- Build Unity project to Xcode project and open it
- Navigate to your project settings > build phases
- Add the following frameworks to Link binaries with libraries
- ExternalAccessory.framework
- Accelerate.framework
- Open info.plist
- Right mouse button > Add the following row
- "Supported external accessory protocols"
- Set the following value for the protocol
- "com.neurosky.thinkgear"
- Add the following to Target > General > Select embedded binaries
- AlgoSdk.framework
- Build the Xcode project