Honnisha
Honnisha
QbvhUpdateWorkspace stack depth can be more than 255, so I changed u8 to u16. After this change, I no longer received the error: `attempt to add with overflow` on the...
Rapier 3d version: `rapier3d = { version = "0.17.2", features = [ "simd-stable" ] }` I'm running this code: ``` pub fn step(&mut self, physics_container: &PhysicsContainer) { let physics_hooks =...
**Issue / Question:** I want to create network for non mc game and use bincode for serialize/deserialize messages. Client receiving messages, that I don't send, like: ``` - received [16,...