naia-lib / naia

a cross-platform (including Wasm!) networking library built in Rust. Intended to make multiplayer game development dead-simple & lightning-fast
Apache License 2.0
878 stars 58 forks source link

Expose function to reset a User's scope #127

Closed cBournhonesque closed 1 year ago

cBournhonesque commented 1 year ago

See https://github.com/naia-lib/naia/issues/122

This is useful to being able to cheaply compute the scope an entity by only adding other entities that are near it.

connorcarpenter commented 1 year ago

Awesome! Merged into Release 0.15 (https://github.com/naia-lib/naia/pull/130). Thank you!