I will show you how to create a custom slider by modifying the default slider in the Unity UI Toolkit. It would be possible to create a slider from scratch. However, modifying the default one will save you time and effort. Furthermore it helps you understand the principles and underlying structures of the UI Toolkit.
The second part of the tutorial :
https://youtu.be/4EM3Ccl0u0I
00:00 Introduction
01:09 Default Slider
06:33 Scripting Filled Bar
10:32 Scripting Dragger 1
12:23 World & Local Coordinate
14:53 Scripting Dragger 2
17:58 Polishing Slider
#Unity #UIToolkit #Tutorial