This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
modio Unity Plugin v2.1 (alpha.1)
Pre-release
Pre-release
Note: Italicized items are those that have changed since the last pre-release.
Features:
- [UI.General] New structure for implementing UI components in IExplorerViewElement, IModViewElement, etc.
- [UI.General] Support for TextMeshPro.
Improvements:
- [General] Support for Unity 2017.2, 2017.3, 2017.4, and 2018.1.
- [UI.General] Removed intermediary display data structures.
- [UI.General] Containers now use the template paradigm (similar to the UnityEngine
Dropdown
component,) rather than prefab instantiation to allow for in-scene linkage. - [UI.Field Display Components] Added formatters to allow for proper date-time displays, for example.
- [UI.Field Display Components] Custom editors implemented to make the components more useable.
- [UI.General] Better support for World Space/Animated UIs.
Bug Fixes:
- [UI.General] Fixed an issue caused by multiple scenes or run-time instantiation.
- [UI.LoginDialog] "Resquests" corrected.
- [UI.OptionsMenu] Hide on click-off fixed.
- [UI.Inspector] Scrolling issue fixed.
- [General] Editor namespace conflict removed.
Incomplete / Known Issues:
- [UI.SubscriptionsView/ExplorerView] Loading mod views too late may cause stutter on initial load.
Special Thanks:
- @JashanChittesh of Narayana Games implementing mod.io in Holodance.
- Lex of RageSquid implementing mod.io in Descenders.