Skip to content

Unity project build

Merijn Hendriks edited this page Nov 16, 2017 · 2 revisions

Android

  1. Check if all unity project settings are correct
  2. Build Unity project to apk as usual

iOS

  1. Check if all unity project settings are correct
  2. Build Unity project to Xcode project and open it
  3. Navigate to your project settings > build phases
  4. Add the following frameworks to Link binaries with libraries
  • ExternalAccessory.framework
  • Accelerate.framework
  1. Open info.plist
  2. Right mouse button > Add the following row
  • "Supported external accessory protocols"
  1. Set the following value for the protocol
  • "com.neurosky.thinkgear"
  1. Add the following to Target > General > Select embedded binaries
  • AlgoSdk.framework
  1. Build the Xcode project

Clone this wiki locally