Record video in PlayCanvas

Can I record video in PlayCanvas or there are some plugins for that?
Thank you

Hi @Nazar_Semets,

No, there isn’t an API to do that in Playcanvas. But if you search around for a generic canvas/webgl recording solution you will up with some.

Here is an example using WebRTC to record a WebGL canvas:

https://webrtc.github.io/samples/src/content/capture/canvas-record/

Thank you

1 Like