Alexander Shoulson
Alexander Shoulson
Neat, thanks for the test! I've refactored MiniUDP pretty significantly from what's on the master branch (see the [netstandard branch](https://github.com/ashoulson/MiniUDP/tree/netstandard)), so at some point I'll check out your testbench and...
Could you try running a standalone build and seeing if you experience the same lag?
Entity events already do this. Could investigate for other containers.
I don't see why not. I'm not doing anything platform-specific but I don't have the infrastructure to test/support that. No idea about benchmarks or performance on mobile, especially with all...
Attempted to do this in the revamp branch, but performance improvement wasn't satisfactory for the increased code complexity, increased memory usage, and decreased reliability.
Could probably do a BVH implementation for collision resolution only (in current time) while leaving queries to just use AABBs.