In my code, I found that I had need to send arrays of Vector3s, and that TNet did not support it. It was easy enough to add this myself, but I'd like to not have my code broken by an update that wipes my changes.
Will you please add support for the basic Unity types in arrays? Such as Vector2, Vector3, Vector4, Quaternion, Color, etc.