How to Profile Unity WebGL Based Application on Your Browser ?
Posted on Tue 30 January 2024 in misc

Let's set the scene. You have a Unity application. It goes smoothly in Unity Editor, but when built in WebGL, embedded into your web page, and feed up with real data, it starts to slow down. How to profile that ?
Using Chrome profiler
Long story short, run your app in …
Continue reading