In Ui-ToolKit progreeBar size not working

Hello all I want to use UI-ToolKit For 3D game like this video : Unity UI Toolkit in World Space (youtube.com)

but added progressBar but I noticed changed size not working for height only work for width as video below :
https://streamable.com/vwpwzg

This is because the progress bar height is being controller by a style. You will need to override the styles to adapt to how you want it to work.
Click on the #unity-progress-bar element and see what classes it has. You can then use them to select a style override.

Got it thank you so much

1 Like