HTML 5 export no image (G_2.1.3)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Davidek383
:warning: Old Version Published before Godot 3 was released.

Hi guys,
I have an exporting problem. I have exported my project into HTML 5 and there is some problem. I am very beginner programmer so I don’t understand it at all so I am asking you for a help. I have made free web so don’t be afraid to open it. I think the problem is in export with images because the scene runs. On left/right arrow it prints some infromation about movement (it doesn’t metter). In project I just use Sprite3D and loads a PNG file as its texture. Really don’t know where the problem is.

link: http://larafezgo.4fan.cz/

Thanks for all your help.
Godot has so great community.

:bust_in_silhouette: Reply From: eons

This is an issue with WebGL and the way Sprite3D is drawn (seems to be fixed on 3).
Look here draw_line and Sprite3D don't work in HTML5 · Issue #7176 · godotengine/godot · GitHub


Try with a Quad instead (you’ll need to create a material and set the texture to it).