Skip to content

Getting Started: Importing Intero's API

Rebecca Rogers edited this page Sep 28, 2019 · 8 revisions

Install Unity

This tutorial assumes that you have some experience with Unity or Game development. If that's not the case, please download Unity, and read more at: Unity Official Website

After having installed Unity,

Import Unity Package

We will start by creating a project from scratch. Open Unity, select 2d, select a name, and create a new 2d project by clicking on "create."

New project

After creating a new project, the Unity editor window should appear: Unity Editor window Now we will import the latest Unity Package for Intero's API, which can be downloaded from the github repo:

InteroAPI.unitypackage

Select from the top menu bar: Assets, Import Package, Custom Package. Then select InteroAPI.unitypackage, which you just downloaded from the link above.

Import Custom Package Then, click All, make sure InteroAPI and Tutorials are checked, and click import. Import All

After everything is imported, you should have a new folder next to Scenes, called InteroAPI

API imported

Congratulations! You have now imported Intero's API Unity package and finished Part 1! Now go to Playing with events to have some more fun!

Tutorials

Getting Started with Events and Bluetooth Low Energy (BLE):

  1. Importing Intero's API
  2. Playing with Events
  3. Mocking Events
  4. Visualizing ErgData
  5. Running on iPhone
  6. Running on Android

Workouts

  • Notification system
  • Bluetooth low energy
  • Networking
  • Concept2 Logbook

Tracking on the Cloud

Clone this wiki locally