Skip to content

Releases: ResoniteModdingGroup/BoundedUIX

Release v2.0.0

14 Jun 21:10
Compare
Choose a tag to compare

What's Changed

  • Ported to MonkeyLoader
    • The different features of Bounded UIX are now individual Monkeys (Selection, Gizmos, Inspector Tweaks)
  • Built for new Version of Resonite - Selection works again
  • Added option to be able to select RectTransforms without visuals - i.e. only layouting
  • Added nicer "repeat selection" behavior: Selecting the same position repeatedly will move up a step in the hierarchy each time to select the parent transforms
    • Tweak the threshold for "same position" in the config (in canvas units)
  • "Hover" distance of UIX gizmos is now a slider in the settings

Full Changelog: v1.0.0...v2.0.0

Install

First, make sure you've installed MonkeyLoader and the necessary GamePacks - combined releases can be found on the page of the Resonite GamePack here: https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases/

Then all you have to do is placing the provided BoundedUIX.nupkg into your Resonite/MonkeyLoader/Mods/ folder.
Make sure to remove the old BoundedUIX.dll from your rml_mods folder, otherwise things might not work as expected.

Initial Release v1.0.0

17 Oct 23:48
Compare
Choose a tag to compare

Resonite port of BoundedUIX for Neos.

Also fixes the DevTool's local/global space toggle not doing anything.