-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Web Player Demo: TRY IT
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:
- Register your app following the steps at: Walkthrough: Signing up for Microsoft Translator and getting your credentials
- From step 1, take your client_id and client_secret.
- Use previous data to configure your translator when running the demo scenes.
2014-02-23: 1.0.0:
- Integrated to Microsoft Translator.
- Multiplatform.
- Web proxy included.