google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
23.16k stars 3.23k forks source link

[C#][Feature Request] Unity Game Development needs mutate fixed size string value #8278

Closed suntabu closed 5 months ago

suntabu commented 5 months ago

Sorry for opening another issue of fixed size string, as this issue mentioned, actually it's pretty common in Unity Game Development, we often use fixed length string as key (like guid key) or Object's name or other things, so we meet this situation very helpfulless.

We've tried many ways for mutating fixed size string value of a table's field, in our thoughts, we could mutate string value when the string size is fixed, is that right?

So we really appreciate you cool guys could give this supported, Thanks very much.

aardappel commented 5 months ago

Just move your comment to the existing issue, then close this one?

suntabu commented 5 months ago

Sure