Author Topic: [Request] More Array Types  (Read 2733 times)

Masaaki

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 23
    • View Profile
[Request] More Array Types
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: [Request] More Array Types
« Reply #1 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.