andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
589 stars 147 forks source link

Fix Unity 2017 compiler define #68

Closed zlumer closed 6 years ago

zlumer commented 6 years ago

Unity 2017.1 came out recently, and it no longer defines UNITY_5 compiler constant. UNITY_5_3_OR_NEWER is used instead, in this case, to make compilation possible in Unity 2017. I decided to leave UNITY_5 in place to prevent breaking Unity 5.1/5.2 users' code.

andyburke commented 6 years ago

LGTM