andyburke / UnityHTTP

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

how to set up unityHTTP? #57

Open enriqif opened 8 years ago

enriqif commented 8 years ago

Hi! I trying to figure out how to set up this UnityHTTP in my project, In can't understand Readme file.

I just copy the source code into the Assets folder.. that is ok?

Somebody can give me a clue?

Thanks!!

nikitaosyak commented 8 years ago

.cs files could go anywhere in your Asset folder. .dll must be in Assets/Plugins/ folder.

that is it.