For those integrating the new caching system, the Thunderstore documentation recommends moving existing page generation logic to the CreateREPOPage method. This change ensures that your mod's menus are high-performance and "future-proofed" for larger content updates. Version Highlights v2.1.0 Category: UI Library / Tooling Compatibility: R.E.P.O. Mod Environment 1.0 caching system ?
A new quality-of-life feature allows users to press the Escape key to instantly go back one page, mirroring standard UI behavior for a more natural experience. Enhanced UI Components: Radic Menu v2.1.0
Scrollbar positions now update automatically when adjusting a page's mask padding, ensuring the UI remains clean and functional regardless of content size. 🛠️ Developer Implementation For those integrating the new caching system, the
Menus no longer need to be constantly regenerated. Using the new MenuAPI.CreateREPOPage method, pages are now cached, significantly reducing load times and resource overhead. Mod Environment 1
A new component designed for better visual feedback within menus.
The release of (part of the MenuLib for R.E.P.O.) introduces significant workflow improvements and UI refinements for modders and players alike. This update focuses on performance through intelligent caching and enhanced navigation controls to make in-game menus snappier and more intuitive. ⚡ Key Features & Improvements
Added to REPOButton , providing developers with more direct control over button interactions.