marijnz / NativeQuadtree

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

Disable safety checks in Release mode #4

Closed AdamClements closed 4 years ago

AdamClements commented 4 years ago

AtomicSafetyHandle and DisposeSentinel aren't available when doing a release build, this conditionally skips their declaration where before it just skipped their usage.

marijnz commented 4 years ago

I'm only seeing this now after I made this exact change. My apologies.