GameToolkit Localization
GameToolkit Localization provides a comprehensive asset localization system for Unity, enabling seamless translation of built-in assets including Text, TextAsset, VideoClip, AudioClip, Sprite, Texture, Font, and Prefab. The system features an intuitive Localization Explorer editor window, CSV import/export functionality, and integrated Google Translate support for quick translation workflows. Developers can extend the system with custom localizable assets and add custom languages beyond Unity's
com.gametoolkit.localization 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/ibrahimpenekli-localization.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **GameToolkit Localization** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/ibrahimpenekli-localization.git#upm
```
[](https://www.pkglnk.dev/pkg/ibrahimpenekli-localization)README
Asset Localization for Unity
With Asset Localization, you can easily localize your built-in Unity game assets. Also you can create custom localizable asset functionality for your custom assets.
Features:
- Built-in Text, TextAsset, VideoClip, AudioClip, Sprite, Texture, Font and Prefab localization
- Edit everything through Localization Explorer window
- Import/Export CSV file
- Quick text translation inside the Editor with Google Translate engine
- Adding more custom languages in addition to the built-in languages
- Extensible localized asset support
- Used locales are automatically added to Info.plist on iOS build
- Lightweight and easy to use
- No coding required
Required Unity 2017.1 or newer version.
Install from Package Manager:
- Add
"com.gametoolkit.localization": "https://github.com/ibrahimpenekli/GameToolkit-Localization.git#2.2.3"to your project's package manifest file in dependencies section. - Or,
Package Manager > Add package from git URL...and paste this URL:https://github.com/ibrahimpenekli/GameToolkit-Localization.git#2.2.3
No comments yet. Be the first!