Translation Toolkit
- personal licenseDigital5,000 JPY
- commercial licenseDigital10,000 JPY
- shop use licenseDigital20,000 JPY

Please read up on the license types below before purchase! This system is currently set up to handle English, German, French, Japanese, Korean & russian. Adding more languages is not that hard, feel free to DM me if you don't know how and want more languages / different languages added. ### Part 1 - Editor System Simply press a button to gather all TMP Text components in your scene. The system will yell at you if your components do not have unique names. Don't want something translated because it's say the name of your Community? add "_DoNotTranslate" to the name and you are golden! ### Part 2a - Language Selector This is just a "simple" dropdown system to select your language! Just drop the translation files into the "internal" script and it will only show an option for languages you have translated! ### Part 2 b - Button Handler This prefab contains everything you need to set up the Languages using UdonSharp / Custom events. simply call the right function and you are good to go! PLEASE NOTE: YOU NEED TEXT MESH PRO FOR THIS SYSTEM TO WORK! IT WILL NOT WORK WITH NATIVE UNITY TEXT COMPONENTS!
Private / non-commercial use license
Use this system for worlds that you publish yourself! * do not use this license if you have a patreon / ko-fi or similar for your world. if you make income use the comission use license
Commission use license
Include this system in worlds you got comissioned to made. No need for the person buying your world to buy the system too, just make sure that it's visible somewhere in world that you made the world / instruct the buyer to disclose who made it if the information is requested by me! *The only restriction: Please make sure to remove the script "TranslationToolkitGenerator.cs" in "Assets/!vee/Multilanguage/editor" * THIS DOES NOT INCLUDE WORLDS SOLD IN SHOPS / CORPORATE ENTITIES!
Shop use license
This is the license you want if you sell your worlds on Gumroad, booth or similar! make sure that it's visible somewhere in world that you made the world / instruct the buyer to disclose who made it if the information is requested by me! * The only restriction: Please make sure to remove the script "TranslationToolkitGenerator.cs" in "Assets/!vee/Multilanguage/editor" * If you use Gumroad you can reach out to me via Discord instead to figure out a small money split + comission license instead of this stupidly overpriced license c: * THIS DOES NOT INCLUDE CORPORATE ENTITIES! This license is so expensive because you have basically no limit how much money you make with a single world.
IMPORTANT DISCLAIMER
These licenses are not valid for corporate entities. If you represent a company please contact me via discord.
Changelog
* V1.2.0 - Added automatic Language Handling. // REQUIRES VRC WORLD SDK 3.7.0+ * V1.1.1 - Fixed nesting error which caused duplicate entry error to fire if the object name containts "DoNotTranslate" // Fixed button handler calling wrong language on french translation call * V1.1.0 -Added Buttonhandler, did some cleanup, set up the drop-down with translations to provide a better example on how it works. * V1.0.2 - Initial Release