godot_recipes
godot_recipes copied to clipboard
[Discussion] 3D Unit healthbars
Discussion for http://godotrecipes.com/3d/healthbars/
The ZIP is not working as described. To make it work, change HealthBar3D as follows:
- set Texture to 'New ViewportTexture' and select the existing Viewport
- delete the Material in Geometry
- enable the Billboard flag
Yes, this is due to a change in the recent version of Godot (addition of the Billboard flag).
The text has been changed, but the zip needs to be updated.
I can send you my version, if that helps.
I like the video and demonstration however after following along, I found that the viewport does not update the sprite3D very well. Its leaving me with this gray box over my head. The viewport seems to not be setting the texture correctly? idk if thats a godot thing or a me thing