Publisher | Forja Games Assets Repository |
---|---|
File size | 1.48MB |
Number of files | 93 |
Latest version | 1.2.1 |
Latest release date | 2024-10-18 07:51:55 |
First release date | 2024-10-08 11:44:41 |
Supported Unity versions | 2018.4.2 or higher |
The Performant Localization System (PLS) gives you complete control over your game's translations while optimizing for either CPU or memory usage — it's your choice! Whether you're working on a small project or a large-scale game, PLS adapts to your needs and ensures smooth performance across the board.
With a focus on minimizing memory garbage generation, PLS delivers optimal performance while you manage your translations.
With PLS, translations are dynamically loaded from one or multiple .csv files, depending on your setup. You can even divide these files by Zones to only load the translations you need, when you need them — boosting efficiency and keeping your game fast.
You can (if you want) say goodbye to old key-based translation systems. PLS allows you to manage your translations cleanly, using easy-to-read native language text directly in your game.
Fully integrated with TextMesh Pro, you can present your text beautifully in the UI.
Check out this complete game migration using PLS: Complete GAME LOCALIZATION in Unity | Performant Localization System