All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed compilation errors in Unity 2019.4.
- Fixed invalid property name or type cause metadata generation incorrect.
- Metadata Persistent Store Path supports package path, e.g. Packages/com.xxx.xxx.
- Entity Scripts Store Path supports package path, e.g. Packages/com.xxx.xxx.
- Surport UnityEngine type array parsing: Vector2[]/Vector2Int[]/Vector3[]/Vector3Int[]/Vector4[]/RangeInt[]/Quaternion[]/Rect[]/RectInt[]/Color[]/Color32[].
- Surport UnityEngine types parsing: Vector2/Vector2Int/Vector3/Vector3Int/Vector4/RangeInt/Quaternion/Rect/RectInt/Color/Color32.
- Cache MD5 of excel files to determine whether update metadata database file in Project or not.
- Adds Delete Redundant Metadata? option to determine whether delete redundant metadata database files and entity scripts or not.
- Refactor GUI layout of importer window.
- Change code to adjust iBoxDB version 3.5.
- Add setting data encryption/decryption to protect database file.
- Initial unity project.