Hello everyone,
I’m writing because I’m getting conflicting messages from Unity itself and from the following Issue Tracker:
Removing the call to TransformAccessArray.Dispose() now causes the following to throw
“A Native Collection has not been disposed, resulting in a memory leak. It was allocated at …”
in Editor.
What’s the correct disposal procedure for TransformAccessArray?
Thanks in advance.