AVAILABLE ON DIGITAL PLATFORMS DECEMBER 17

Menu V2.1.0 — Radic

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

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. Radic Menu v2.1.0

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 ? The release of (part of the MenuLib for R

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 Using the new MenuAPI