Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 845 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 845 Bytes

HealthBarSAO

A SAO health bar for unity3D

Design inspired by: darkblackswords

V1

HealthBar finished

V2

HealthBar finished

Install SVG converter

Its necesary to install first NodeJS and NPM: NodeJS First we need to install SVG to PNG convertes like convert-svg-to-png nodejs library:

npm install --save convert-svg-to-png

Convert SVG to PNG

convert-svg-to-png .\hud_bar.svg
convert-svg-to-png .\hud_full.svg
convert-svg-to-png .\hud_mid.svg
convert-svg-to-png .\hud_wrapper.svg