Skip to content

A set of helper for Unity DOTS and ECS Architecture

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

Liiii007/DOTS-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOTS-Helper

A set of helper for Unity DOTS and ECS Architecture. Worked on Unity 2022.3.4f1. Any issue and pull request is welcomed!!!

Contain

  • 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]

Notice

  • Maybe you need to add [ChunkSerializable] to componentdata struct if there are Native1DArray inside

About

A set of helper for Unity DOTS and ECS Architecture

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages