What would be a fast method to copy/convert an array of Color32[] values to a byte[] buffer? Color32 is
array
Color32[]
byte[]
Color32
Well why do you work with Color32?
byte[] Bytes = tex.GetRawTextureData(); . . . Tex.LoadRawTextureData(Bytes); Tex.Apply();