Steve Longhurst

Results 2 issues of Steve Longhurst

Passing a hex string, eg. "#ff00ff" to cc.color (which calls cc.hexToColor) results in a completely transparent color, with 0 alpha. This has changed in v3.14.1, and worked v3.13.1, the code...

https://github.com/LootLocker/unity-sdk/blob/dd86f336337657eaad4c94cf98fb3b14e86479cf/Runtime/Client/LootLockerBaseServerAPI.cs#L81-L85 When LootLockerBaseServerAPI calls `yield return webRequest.SendWebRequest();` this will not re-enter the co-routine until the request has completed. This means that the following loop that checks for a timeout value...