vulpineblaze / framework_demoes

Use this repo to demo different frameworks for 2D Game creation.
2 stars 1 forks source link

Numerical Health display not updating. #29

Closed jsmunster closed 9 years ago

jsmunster commented 9 years ago

Numerical health display in the hud at the upper left corner is not updating correctly, but the health BAR is. Maybe. Sort of.

vulpineblaze commented 9 years ago

@jsmunster found an unrelated bug:

if Unity fails to find a component in child in and Update loop (eg I deleted SecondaryWeaponScript from blue_turret but not from PlayerScript) if simply fails the script - no code below that point is run.

vulpineblaze commented 9 years ago

numerical health display and health bar show correct values.

Some of the errors found: