-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating example of how to scroll with a VR controller #24
Comments
what's the status of this ? more spec ideas ? |
Im going to start 7.x.x and impulse examples components ASAP but I currently have no intents or visions about scrollbar or scroll container. You are welcome to PR a sample of scroll component to be part of the 7.x.x, or just discussing and giving ideas could also lead to more clarity on how to handle this. Some great scroll have been done upon #62 but no samples available |
Just to be clear, the PR should come from a fork of the 7.X.X branch right ? |
Not specially. The main goal is to propose a basis to discuss (and potentially refine) prior to be on 7.x.x |
Not to interject, but there is a current conversation on scroll related issues wrt UI Toolkit development in Unity. A very different system but some of the architecture considerations they discuss may overlap. |
Hi guys. |
Hi @Yeisonlop10, A previous discussion was started in #62 (comment) Im finishing border radiuses and sides #206, Then I would start on interactive components. |
Now that hidden overflow is available, it should be possible to scroll the content of a Block if it's overflowing.
This must be done while keeping the library controller-agnostic. Some API can be added to components if necessary to help with positioning a Block inside a Block, or getting a X / Y offset, but no mention to controllers must be done in the core.
The text was updated successfully, but these errors were encountered: