UnitySDK
UnitySDK copied to clipboard
Cached StringBuilder in thread-static manner for use with GetFullUrl.
The SDK is unnecessarily allocating 2kb of garbage every API call for a simple URL building operation. Replaced the allocation of a new StringBuilder each time with a ThreadStatic cached string builder.