byBrick / Unity3D-Indoor-Example

Example of how to use Estimote Indoor Location in Unity 3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Estimote Indoor Location + Unity 3D example

An example Unity 3D project to demonstrate how to use Estimote Indoor Location with Unity.

Getting started

This repo includes submodules. Clone with git clone --recursive, or run git submodule update --init before use.

Now, just:

  1. Open the project in Unity.
  2. Open the IndoorTest.cs file, and replace the placeholder App ID and App Token with your Estimote Cloud credentials, and Location Identifier with the identifier of your location.
  3. Switch to iOS or Android platform in Build Settings.
  4. Build and Run!

If you need help getting started with Estimote Indoor Location itself, refer to Estimote Developer Portal:

http://developer.estimote.com/indoor/map-your-location/

Contact & feedback

Let us know your thoughts and feedback on forums.estimote.com.

About

Example of how to use Estimote Indoor Location in Unity 3D

License:Apache License 2.0


Languages

Language:C# 66.6%Language:Objective-C++ 33.4%