I want to design a UI for my project which include thumbnail buttons, scroll views containing buttons and some more interactive options. I didnt find anything informative on the youtube related to this. Can someone please help me by providing some useful links for making a UI from scratch including the scroll view feature that i have used in my unity project.
Once I saw scroll implemented with 2D elements in random project.
There is no out of box solution, so you have to implement it by yourself.
Use event “mouseenter” and “mouseleave” to determine hover on your scroll view. Then listen for “scroll” event of a window and do things.
Okay, and what about the other UI feature implementation like buttons and thumbnails. Is there any tutorial video or link along with the proper APIs ?
Buttons: https://developer.playcanvas.com/en/tutorials/ui-elements-buttons/
I implemented ‘drag’ scrolling on one of my projects but I’m not happy with parts of it: https://playcanvas.com/project/475452/overview/isometric-base-builder