Summary
This PR fixes/implements the following Localization: Manager
[ ] Bug 1
[X] Feature 2
[ ] Breaking changes
LocalizationData Class:
-holding the data to make it serializeable
LocalizationManager Class:
-providing bool IsReady for showing first load on startup
-initializes with Awake() and holding the first instance of himself
-is persistent through scenes
-can load and store LocalizedTextData from JSON Files
-returns value to a provided key
LocalizedTextEditor Class:
-providing a simple integrated text editor for the JSON data
-Load / Save / New
Is not providing a default structure for keys
Specification is JSON
Summary This PR fixes/implements the following Localization: Manager
LocalizationData Class: -holding the data to make it serializeable LocalizationManager Class: -providing bool IsReady for showing first load on startup -initializes with Awake() and holding the first instance of himself -is persistent through scenes -can load and store LocalizedTextData from JSON Files -returns value to a provided key
LocalizedTextEditor Class: -providing a simple integrated text editor for the JSON data -Load / Save / New
References Fixes #105