Releases Tags
-
0.21.3
released this 3 years ago | 10 commits to main since this release
- Fixes silent failure when calling
ReadEntity<TComponent>
orReadComponent<TComponent>
when TComponent does not exist - Fixes silent failure when calling
ReadMessage<TMessage>
when TMessage does not exist
Downloads
- Fixes silent failure when calling
-
0.21.0
released this 3 years ago | 9 commits to master since this release
- big API rework!!
- most struct getters can now be accessed with
ref
, reducing the need for expensive copies and increasing performance - many getter methods are now implemented with Span, increasing performance
- storage optimizations
- improved JIT warmup routine
Downloads
-
0.20.0
released this 3 years ago | 43 commits to master since this release
- fix various lookup crashes related to undeclared Components
- add SomeMessageWithEntity method
- add singular ReadMessageWithEntity method
- new AddComponent method can be used instead of SetComponent, which does not require declaring write priority on newly created entities
- entities that do not have any components are now pruned every frame
Downloads