richardbiely / Voxelmetric

An efficient voxel framework for Unity3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of boxing in StructSerialization

richardbiely opened this issue · comments

StructSerialization currently boxes structs passed to it because they are structs. It would be nice having this eliminated by using something like a SafeBuffer. Investigate and fix it if possible.