Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Features:
Usage examples:
How to use the extension
User Guide for the Scroll View Extension
Position the object in the scene:
Start by placing the scroll view object in the scene, then adjust its size as needed. This area will define the visible space for the scrollable content.
Note: The edges of the scroll view object are considered the scroll limits. Make sure to position your content accordingly so it displays correctly within this area.
Add content to the scrollable area:
Position the elements (text, images, etc.) you want to scroll within the scrollable area. Arrange them in the order or layout that suits your design.
Note: If you want to include multiple different objects as the scroll view content, create an object group and use that group as the content. This will help avoid scrolling issues at the boundaries.
Enable scrolling:
Use the "Adding Content" action to integrate the content into the scroll view. This action will allow the content to scroll correctly within the defined area.
Customize parameters:
You can adjust the scroll view object’s settings as desired, including scroll sensitivity, scroll direction (horizontal or vertical), and other options to enhance the user experience.
Modify textures of child elements:
The extension also allows you to customize the appearance of child elements by changing their textures, creating a unique visual style.
Preveiw
2024-10-30.10-59-52.mp4
Checklist
What tier of review do you aim for your extension?
Reviewed
Example file
ScrollViewExemple.zip
Extension file
ScrollViewContainer.json.zip