Toly65 / UdonCombatSystem

A simple combat system designed for VRchat
MIT License
26 stars 2 forks source link

Health visuals #7

Closed SolidGlade closed 2 years ago

SolidGlade commented 2 years ago

The green health bar doesn't go down when taking damage,

I am very sorry. it would appear the combat system was working, the issue was the health bar not going down is there anyway to fix this

Toly65 commented 2 years ago

make sure that the health bar image itself is set to filled image type

image

and make sure the stat manager has everything assigned to something

image

because for some reason I haven't thought to put a null checker in the stat manager since it's bodged as hell

SolidGlade commented 2 years ago

That's done the trick thankyou very much sir :)