-
- Downloads
Dispose of objectsDispose as early as possible
objectsDispose was originally disposed of at the end of the LoadFile function. However, we can dispose of it as soon as the MakeFileObjectSoAJob is finished. Also added an objectCount variable for clarity, and to avoid using objects.Length after scheduling objectDispose.Dispose.
Please register or sign in to comment