Does the Editor support WebGL 1?

does a older version support webgl1?

I got the error

Error: WebGL not supported
at new WebglGraphicsDevice (playcanvas-2.7.4.js:15005:14)
at r.createDevice (playcanvas-2.7.4.js:87610:13)
at new Application (playcanvas-2.7.4.js:87583:127)
at new r (viewport-application.js:6:9)
at r. (viewport.js:25:15)
at r. (index.mjs:158:16)
at r.emit (index.mjs:201:31)
at HTMLDocument. (editor.js:108:18)
at HTMLDocument.sentryWrapped (helpers.ts:87:17)
(anonymous) @ captureconsole.ts:73

Editor itself requires WebGL2.
But if you select engine V1 in the Settings, the application you create supports WebGL1 and WebGL2.

1 Like