Can u guys please enable public DecodeToStream() or DecodeToBuffer() methods for C# code to deal with the glTF stream internally, i.e. the decoded glTF deosn't have to be written to disk, but retained in memory.
proposing API:
public void DecodeToStream(stream memoryStream)
or
public void DecodeToBuffer(ref byte[] glTFData)