Does Netcode Support Unsafe Fixed Fields In Struct Ghost Components?

Title question.

Hey kmsxkuse!
Currently: No. You’d need to unroll the unsafe fixed array into multiple fields.
Can you LMK how inconvenient this is, please? I.e. What fixed array sizes are you using?

1 Like

Not that much of an annoyance. I cant use fixed fields in a blob asset anyways so I just copy pasted the field a few times then got a pointer to the first value.

Same thing, less clean structs but otherwise not a problem.

1 Like