andyburke / UnityHTTP

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

ResponseCallbackDispatcher should be marked with DonDestroyOnLoad() #42

Closed DenizPiri closed 9 years ago

DenizPiri commented 9 years ago

This patch allows ResponseCallbackDispatcher to survive when a new level is loaded in.

andyburke commented 9 years ago

Looks decent to me, thanks!