marijnz / NativeQuadtree

A Quadtree Native Collection for Unity DOTS
MIT License
358 stars 30 forks source link

Add #if ENABLE_UNITY_COLLECTIONS_CHECKS #6

Closed No3371 closed 4 years ago

No3371 commented 4 years ago

Current implementation does not wrap declarations of AtomicSafetyHandle & DisposeSentinel in ENABLE_UNITY_COLLECTIONS_CHECKS, which will results in failed building for non-editor targets.

marijnz commented 4 years ago

Hi, thanks for letting me know, I added it. Please tell me if something is still wrong.