/defold-rive/include/rive/renderer/gl/glad_custom.h
Line 3: In file included from upload/defold-rive/src/private/renderer_context_opengl.cpp:31:
In file included from upload/defold-rive/include/rive/renderer/gl/render_context_gl_impl.hpp:8:
In file included from upload/defold-rive/include/rive/renderer/gl/gl_state.hpp:7:
In file included from upload/defold-rive/include/rive/renderer/gl/gles3.hpp:11:
'glad/gles2.h' file not found
3 | #include <glad/gles2.h>
| ^~~~~~~~~~~~~~
As I understand it, the problem is that the editor cannot find the specified file, I need to download it separately somewhere?
Thank you, now is working when I force my Nvidia GPU to run the example (my notebook is hybrid). I’m pretty sure it’s a problem with intel drivers probably not matching opengl required version, but I’ll leave it like that, is very easy to break the nvidia drivers if I change something.