A set of helper for Unity DOTS and ECS Architecture. Worked on Unity 2022.3.4f1. Any issue and pull request is welcomed!!!
- Native1DArray : A native array which can be used in component data in DOTS, more flexible than DynamicBuffer.
- NativeValueSwapper : Swap single value between native code(jobs) and managed scripts, more convenient than swap value with NativeArray[0]
- Maybe you need to add [ChunkSerializable] to componentdata struct if there are Native1DArray inside