Changelog
- 85fc2ad @ManlyMarco Added IMGUIUtils.SolidBackgroundGuiSkin (solid background skin for use by plugins, similar to the skin RuntimeUnityEditor uses)
- dc09eed @ManlyMarco [KK,KKS] Extended data now properly propagates in story mode (Only in custom function controllers, e.g. you can now save ext data inside of an H scene and it will be available for other copies of the character, and it will be saved to the save file)
- afafe58 @ManlyMarco [KK,KKS,AI] Added GameApi.GameBeingSaved
- a4a585e @ManlyMarco [KKS] Added TopicApi (adding custom topics)
- fd6a424 @ManlyMarco [KKS] Added StoreApi (adding custom shop items)
- c8f6f72 @ManlyMarco [KKS] Added EventApi (running custom events)
- 22af4d4 @ManlyMarco [KKS] Added more logging for UniTask exceptions (helps troubleshooting)
- 3dda4db b163389 @ManlyMarco Fixed GetMoveNext/PatchMoveNext not working with all UniTask variants