andyburke / UnityHTTP

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

Fixed User-Agent when using UnityHTTP in a thread #32

Closed Godefroy closed 9 years ago

Godefroy commented 9 years ago

It would be better to retrieve Application.unityVersion and SystemInfo.operatingSystem from the main thread (or to ask Unity to authorize access to these properties) but here is a quick fix.