Hello, this is my first post ever, so bear with me. I have put a dynamic material on a reticle widget, intending to show time on shooting-related powerups decreasing. The dynamic material seems to work initially, for when I set the percentage parameter, the reticle displays with the proper percentage. But when I actually update it per tick, though debug shows me the value changing, the reticle does not change. Here is an image of the appropriate script section. The top path (initial setting) works. The bottom (updating a changing value per tick) does nothing that I can see. It shouldn’t be a parameter name problem, as I’m setting it with the same (unchanging) variable.
Hopefully the image shall come through as I’m new to this.
If there’s a way to post video, I also could, showing the reticle changing when set manually via the top path but failing to update when being set programmatically on the bottom.
Thank you!