Hello! I was trying to figure out how to make a simple Street fighter slider. I will change value with Action List. But maybe I'm doing it wrong? I created a Global Variable called Health. Then I create a new UI Menu Called "Battle". There I created the elements Menus as Float for changing value (I tried also with Integer but on Menu wasn't the option and wasn't working either)
Then with my action list I'm trying to do my changes but not show in screen. What I'm doing wrong? Think maybe I'm configurating it wrong? Was doing some test here. But not getting put the 50 of health. Just put the whole bar as it is in 100 or 1. Also trying with just decimals from 0 to one. But also using 0.5 doesnt work
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I don't see anything standing out as to what might be wrong - it looks like it should work.
Try unchecking User can change value? in the Slider's properties.
What are your AC/Unity versions, and do you get any related messages appearing in the Console?
Ok, got the issue. Was testing with all the options, and was because I haven't selected the Link to: "Custom script"
. As if not selected it doesn't detect the slider value 
Ok, type double comment and dont know how to delete this one
Linking the variable to "custom script" mode shouldn't be necessary - though at least it's working now.
What are your AC/Unity versions?
Yes, weird. But worked. have latest AC (1.81.0) version from Unity Store and latest Unity LTS (2022.3.3)