Skip to content

v1.2.0

Compare
Choose a tag to compare
@cs-util cs-util released this 21 Mar 07:19
· 1887 commits to master since this release
3c1d9ce

🆕 🎉 Another larger release with the following new features and improvements:

  • Added https://github.com/StbSharp/StbImageLib to load image formats like jpg and png
  • Tested Unity update to 2019.3.2f1
  • Added a Unity UI ActionMenu that allows simpler creation of action menues, so menues where the user selects from a set of actions
  • Some Unity UI example improvements to the Dialogs and Toats
  • Added localization support and created a Unity UI localization example
  • Added a DateTimeV2 class that will automatically use the latest server datetime to detect when users change the local clock of their system
  • Added an AutoMapper example how to use the DeepClone logic for mapping from ony data class into another data class. Also includes an example where the field names have to adjusted
  • Added https://www.nuget.org/packages/Zio/ to create a full abstraction of all interaction with files and made sure this bigger change does not break any existing logic or unit tests. Some breaking changes to the existing file related APIs here but will be easy to update

All Changes:
See v1.1.5...v1.2.0