My project is using the MLAPI develop branch.
The following error appears when using 'NetworkVariable< string>'
error CS8377: The type 'string' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NetworkVariable'
I think that NetworkVariable is not supported.
Is there any other way if I need to synchronize a string type variable?