brendan-duncan / webgl_recorder

Debugging tool for Unity WebGL
MIT License
0 stars 0 forks source link

Has anyone been able to get this thing working? #1

Open unphased opened 1 month ago

unphased commented 1 month ago

I get a html file auto downloaded when i add this to my page but it never shows any contents. inside the html file all the functions for frames are empty.

brendan-duncan commented 1 month ago

Do you have a repo? And have you tried the version in my chrome tool, https://github.com/brendan-duncan/webgpu_inspector? I use the recorder all the time, but there are definitely scenarios where it might not be able to capture the commands.

unphased commented 1 month ago

Thanks for pointing to your chrome extension. I've just tested it and it works about the same, that is, it doesn't do anything for WebGL.

I looked again and it looks like it's only gonna work for WebGPU so this is perhaps unsurprising. I'll look forward to checking it out once I get my feet wet with WebGPU. It's of course not ready as an alternative to webGL for apps in production today! Soon!

brendan-duncan commented 1 month ago

Oh, sorry, I misread which repo this was and thought it was the webgu_recorder. Nevermind about the extension :-)

I do use the webgl recorder for my work with Unity, but I haven't tested it much on other engines. If you have something I could test against, I could try and figure out what it's missing.