Releases: SolidAlloy/GenericUnityObjects
Releases · SolidAlloy/GenericUnityObjects
1.1.4
1.1.4 (2020-12-03)
Bug Fixes
- Default file name for a generic SO is now using short type name instead of full one. (7b690b3)
- Disable the warning that appeared after the usage sample is imported (0d0a24b)
- Fixed asset creation menus not appearing immediately after the samples import. (15a8baa)
- Fixed the bug where methods were added to the MenuItems class on editor start and caused compilation errors (f44a920)
- Reduced GenericSODrawer.OnGUI() execution time by using a type cache (5adf695)
- Replaced a method available only in Unity 2020.1+ (ca415b6)
- Started rounding up values of the window position before its creation. (0a05863)
- Started using the correct name of GenericSOPersistentStorage class (92cacc2)