How to make a progress bar?
  • There are different ways to do it - what kind of progess should it show?

    Beside using abilities and their cast/reuse/etc. times, you can e.g. use a regular float variable and a timer:
    - non-ORK value bar component (e.g. via context menu: Makinom > HUD > Bar > Value Bar Content (Sprite)
    - using (global) float variable as value, either with a fixed max value or another float variable as max value
    - schematic starting a timer (Start Timer node) that counts up to the desired value
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.