Publisher |
Fig Code Factory
|
File size |
2.95MB |
Number of files |
191 |
Latest version |
1.0.0 |
Latest release date |
2025-04-25 03:17:12 |
First release date |
2025-04-25 03:17:13 |
Supported Unity versions |
2018.4.2 or higher |
- SelectableScroll is a scroll list system based on Unity's Selectable, designed to assist in implementing scrollable lists with keyboard or gamepad navigation.
- By utilizing object pooling to reuse UI elements, it improves processing speed and reduces memory usage.
- Users can freely customize the scroll behavior and control by creating their own controller components.
- In addition to directional key input, it also supports touch input, implemented using an extension controller provided by the package.
- Other features include a carousel function that automatically scrolls at fixed intervals, and a snapping function — both implemented through custom controllers.