Skip to content

Gesture Tracker (Unity3D), the simplest

Luis Javier López Arredondo edited this page Apr 20, 2016 · 6 revisions

A.K.A: ljTranslator

ljTranslator is a real time translator package for Unity3D.

Multiplatform, includes all the necessary to build your app, even as WebPlayer.

Getting Started

Web Player Demo: TRY IT

How to run Demos

Demo includes examples of translator engines you can use:

  • Dummy: tranlation is equal to original text.
  • Prefix: a prefix is added to the original text.

To run it with Microsoft Translator:

  1. Register your app following the steps at: Walkthrough: Signing up for Microsoft Translator and getting your credentials
  2. From step 1, take your client_id and client_secret.
  3. Use previous data to configure your translator when running the demo scenes.

Step by Step (coding)

  1. Init
  2. Translate
  3. Detect

Releases

2014-02-23: 1.0.0:

  • Integrated to Microsoft Translator.
  • Multiplatform.
  • Web proxy included.

Clone this wiki locally