• Runtimes
  • Problem with Canvas rendering

  • Modificato
Related Discussions
...

The canvas renderer does not support meshes, only rectangular image attachments. For proper mesh support, you have to either use the player or the WebGL runtime. You can also look into 3rd party runtimes like pixiJS, but these also require WebGL.

5 giorni dopo

Thank you badlogic, I will try webGL