[моё] Translator's Assortment. Unity
There are two categories of files that must not be packaged during the project build, for the sake of the common good.
Engine configuration files. Which is not the same as user configuration files.
And localization files.
Unity, as a professional milking machine rather than an engine, violates both of these principles.
But the community has long found a workaround at least for translation files: the XUnity.AutoTranslator plugin.
Advantages:
- Easy installation. Yes, even on Linux.
- Ease of distributing the final translated file.
- Automatic patching of translation gaps using a whole bunch of supported auto-translators = game updates don't significantly degrade quality.
- Complete lack of need to unpack anything in the translated game.
Disadvantages:
- Need to complete the game 100% to generate a full localization file for subsequent manual translation.
- At the same time, you have to hold each untranslated line on screen for at least one second.
- Plus a limit of 8000 × 200 characters per game launch for the auto-translation functionality.
- Whenever possible it splits a line into two or more pieces, especially if the game developer has embellished the text with all sorts of niceties.
And if there's a particularly strong need to also translate texture files – you can slap a little plugin from F95Zone on top.
It was made by some evil genius:
- Can dump literally all textures in the current scene (without burning out the computer's resources).
- Can swap textures on the fly.
- Including swapping the same texture.
- If you don't try to swap all textures (I tried) – it barely affects performance.
I have a dust-collecting collection of some of the most unique Unity projects in my library that could benefit from a Russian translation.
The same Card Artisan, for example.
Or another, a completely insane board game about garden gnomes.
Card Minesweeper, again. Yes, it's still in alpha testing. No, it will definitely not get worse from a Russian translation.
If you can't fill an excess of free time with anything else – in the near future you could try doing something like this, purely for your portfolio, so you can shut down the jerks who are convinced they know the language better than me...
There's not much to do here anyway.
Except maybe strolling through pet stores and sniffing second-hand calf ears.
Ratio of positive and negative votes: 2/0