DartCore Localization
DartCore Localization provides a robust solution for managing multilingual content in Unity games. It streamlines string localization, enabling developers to efficiently support multiple languages and regions without cluttering game logic with hardcoded text. Part of the DartCore suite of development tools, it integrates seamlessly with other utility packages to accelerate game development workflows.
com.dartcore.localization 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/atatrkgl-localization.git README Markdown
Copy this to your project's README.md
## Installation
Add **DartCore 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/atatrkgl-localization.git
```
[](https://www.pkglnk.dev/pkg/atatrkgl-localization)Dependencies (2)
Used By (1)
README
DartCore Localization
⚠️ DartCore packages are now mainted under Espale Studios over at espale-studios/espale-unity-packages as a monorepo.
DartCore Localization is a localization solution for Unity.
Here is the link to the documentation.
Installation
OpenUPM is an open-source service for hosting and building open-source Unity Package Manager (UPM) packages. After setting up OpenUPM Client you can run the following command to install this package.
$ openupm add com.dartcore.localization
About DartCore
DartCore is a collection of Unity Packages made to help you throughout the development of your games. As of now, DartCore consists of 3 packages:
No comments yet. Be the first!