How to create scroll bar in unity3d

Hello friends, As a developer, I faced a lot of issues during development, I have searched many mobile development blogs & game development blogs to resolve it, and finally I found a developer forum where developers can post various queries & receive answer from Technerds having many years of experience, so I again come up with another issue and seeking solution from the available forum. My issue is: “How to create scroll bar in unity3d?”. I hope any tech developer may help me in resolving this issue.

This live training session covers creating a scrolling UI element.

This may also be useful to you

In Unity 5.4, there is actually a UI element, that is already a scrollbar system, and you can create individual scroll bars, then search through the hierarchy to edit the Image component of the scroll bar to look however youd like.

What im talking about is the UI ScrollRect, and UI Scrollbar.

If you want to read up more on the UI system Unity has, id take a look at the documentation on UI Canvas. There are also several videos you can find on YouTube (some from Unity officially), that cover their UI system.