Search Unity

Resolved Radial Progress Bar with rounded start and end

Discussion in 'UI Toolkit' started by achimmihca, Mar 24, 2023.

  1. achimmihca

    achimmihca

    Joined:
    Feb 13, 2016
    Posts:
    283
    There is a nice tutorial how to create a radial progress bar in UI Toolkit: https://docs.unity3d.com/Manual/UIE-radial-progress.html

    However, I'd like to have the progress bar with rounded start and end parts (see screenshot).

    How would you extend the custom mesh to achieve this?
     

    Attached Files:

  2. achimmihca

    achimmihca

    Joined:
    Feb 13, 2016
    Posts:
    283
    I think an alternative to changing the mesh would be to create two circle VisualElements and place them accordingly.
    Still, changing the mesh seems to me like the better approach.
     
  3. achimmihca

    achimmihca

    Joined:
    Feb 13, 2016
    Posts:
    283
    AlexandreT-unity likes this.