decline-cookies / anvil-unity-dots

Unity DOTS and ECS specific additions and extensions to Anvil
MIT License
4 stars 1 forks source link

ParallelAccessUtil - Fix for ANVIL_SAFETY_EXPENSIVE #167

Closed mbaker3 closed 1 year ago

mbaker3 commented 1 year ago

ParallelAccessUtil will now compile if ANVIL_SAFETY_EXPENSIVE is enabled.

What is the current behaviour?

When ANVIL_SAFETY_EXPENSIVE is enabled there are missing using statements that prevent the class from compiling.

Some /// doc comments do not correctling link in their <see /> tags because the using statements for those types are missing.

What is the new behaviour?

The class compiles correctly.

/// doc comments link correctly.

What issues does this resolve?

What PRs does this depend on?

Does this introduce a breaking change?

mbaker3 commented 1 year ago

Sorry @jkeon. Need another approval. Just had to remove the internal groups change out of the branch