Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: Masaaki on September 05, 2013, 12:02:33 PM

Title: [Request] More Array Types
Post by: Masaaki on September 05, 2013, 12:02:33 PM
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.
Title: Re: [Request] More Array Types
Post by: ArenMook on September 05, 2013, 05:44:56 PM
Yeah it's simple enough to do. I haven't done it as I haven't needed it.