I am slightly confused about the life cycle of native arrays that I intend
to use for meshes with the new Mesh.SetVertexBufferData.
Should I have a persistent allocation and dispose of said arrays (vertexs, uvs, etc.)
manually or will they be disposed automatically if the mesh happens to be destroyed?
Thank you