Skip to content

Instantly share code, notes, and snippets.

@baca130
baca130 / GoogleTranslator.cs
Last active November 22, 2024 18:14 — forked from IJEMIN/GoogleTranslator.cs
Simple Unity Google Translator
/* Credit */
// Inspired by grimmdev's code - https://gist.github.com/grimmdev/979877fcdc943267e44c
/* Dependency */
// Import SimpleJSON Scripts : http://wiki.unity3d.com/index.php/SimpleJSON
// You can use your own JSON Parser if you want.
/* Limitations */
// translate.googleapis.com is free, but it only allows about 100 requests per one hour.
// After that, you will receive 429 error response.