flatbuffers
flatbuffers copied to clipboard
In C#. A bug where the array count must be a multiple of 4
FlatBuffers version: 25.9.23 in windows.
I create a pull just a line. https://github.com/google/flatbuffers/pull/8760/commits/ae99831dea3f66cf5771d9054468923954567497 var byteLen = len * System.Runtime.InteropServices.Marshal.SizeOf<T>(); return bb.ToArray<T>(pos, byteLen);
This a critical defect that we run into. Our trimeshes (float3 arrays) are broken because of this bug.
I had to rollback to the previous version of flatbuffers