ceceppa / anima

Godot: run sequential and parallel animations with less code
https://anima.ceceppa.me/
MIT License
691 stars 22 forks source link

GLES3 causes lockup for 30-45 seconds in the 3d demos #26

Closed tavurth closed 1 year ago

tavurth commented 2 years ago

Please see this relevant Godot issue:

https://github.com/godotengine/godot/issues/56670

Perhaps we could move to GLES2 export for the demo example to prevent issues with GLES3 shader compilation?

ceceppa commented 2 years ago

Hi, Thanks for the report. I wasn't aware of this issue, I'll re-export the demos using GLES2 and update the website later today :)