Monday, May 12, 2025

SelectableScroll v1.1.0 Released

I'm pleased to announce the release of SelectableScroll v1.1.0, a UI scrolling component for Unity with enhanced flexibility and control.

πŸ†• What’s New

  • Custom Scroll Interpolation Function
    It’s now possible to assign your own interpolation function to control how scrolling behaves. Whether you're aiming for a snappy UI or a smooth glide, you can now fine-tune the scroll motion to suit your needs.

  • Built-in Easing Functions
    A new shared class with commonly used easing functions has been added. These can be used not only with SelectableScroll, but also in your own UI animations or transitions, making development more consistent and efficient.

🎯 Why It Matters

SelectableScroll is designed to make keyboard and gamepad navigation seamless within scrollable UI lists—something that standard ScrollViews often struggle with. With this update, you get even more power to define how scrolling feels, making it ideal for polished UI in PC and console games.

πŸ”— Get It on the Asset Store

You can check out the asset and try the latest version here:
https://assetstore.unity.com/packages/tools/gui/selectable-scroll-316544

Thank you for your continued interest and feedback. More updates are in the works, so stay tuned!

No comments:

Post a Comment

Main Features of SelectableScroll

 I’ve written a new technical article (in Japanese) titled “Main Features of SelectableScroll” , introducing the core functionalities of my ...