Tree View Localization
User and productivity friendly localization asset

Skills

C# Unity SOLID Reflection Custom Editor Build Pre Processor Test Automation

Software Used

Unity JetBrains Rider

About

An asset that makes it not only possible, but easy to implement the location of a game or application made on unity.


Features

Supported Types

Images

Img 01

Model View Supported Types


Img 02

Model View Usage Example


Img 03

Locale View


Img 04

Setings View


Img 05

Folder Context Menu


Img 06

Entry Context Menu


Img 07

Localized Text Component Inspector


Img 08

Localized Text Component Inspector Expanded


Entry Reference Attribute Usage

 0    [SerializeField,EntryReference(typeof(string))]privateEntryID_stringEntry;
 1    [SerializeField,EntryReference(typeof(GameObject))]privateEntryID_prefabEntry;