1 questions from the last 30 days
2
votes
2
answers
79
views
Unity NGO NetworkList of struct that contains an array of struct
So I have a simple struct that contains just a FixedString32Bytes and an int like so :
[System.Serializable]
public struct SimpleDataStruct : INetworkSerializable, IEquatable<SimpleDataStruct>
{
...