Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 537 Bytes

UniGame Localization Tools with support of Unity Localization package

How To Install

Unity Package Installation

Add to your project manifiest by path [%UnityProject%]/Packages/manifiest.json these lines:

{
 "dependencies": {
    "com.unigame.localization" : "https://github.com/UnioGame/UniGame.Localization.git",
    "com.unigame.coremodules": "https://github.com/UnioGame/UniGame.CoreModules.git",
    "com.cysharp.unitask" : "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
  }
}