Skip to content

Releases: dubit/unity-localisation

2.0.0

02 Jan 11:31
a75a6b9

Choose a tag to compare

Changes

  • Major overhaul of the codebase
  • Improved usablility of the UI
  • Added the ability import schemas, and combined schemas & data.
  • Added the ability to define supported locales
  • Open up the import API, so you can write your own tools to help automate the workflows
  • Improved handling of formatting errors
  • Schema is now defined in a global settings object.
  • Updated readme.
  • Added package.json for UPM support

1.1.0

18 Mar 11:14
78cef57

Choose a tag to compare

Changes

#2 Small fixes that stop a few editor time exceptions
#3 Preferences
#4 Fixed find all tables
#6 Improved Readme & Documentation
#7 Fix folder structure, asmdef and build error
#11 Refactor localised object for easier subclassing
#13 LocalisedObject: catch uninitialiesed library and warn
#15 Updated Template: Fixed compiler warning in generated file

1.0.0

07 Jan 13:57
22ec9f5

Choose a tag to compare

  • Initial port of source code from original DUCK repo
  • Added basic readme
  • Added unit tests
  • General tidying & refactoring