Kimbatt / unity-deterministic-physics

Cross-platform deterministic physics simulation in Unity, using DOTS physics and soft floats
491 stars 64 forks source link

WebGL Builds are Laggy #4

Open omgmax opened 3 years ago

omgmax commented 3 years ago

Not sure why but webgl builds are pretty laggy.

Kimbatt commented 3 years ago

I think that is because there are a lot of optimizations that cannot be done in webgl builds, like multithreading and SIMD instructions, I'm not a 100% sure either.