You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to figure out why I've been getting a response error with seemingly the exact same code in my full project versus my little empty test project with this SDK.
The solo project that just contains this SDK works perfectly out of the gate. My big project has consistantly returned a response error with empty response.data.
I tracked it down to needing to set Unity to .NET 3.5 versus having it set to .NET 4.
Is this a known issue? Anything I can do for now to have this working when set to .NET 4?
The text was updated successfully, but these errors were encountered:
Hello,
I've been trying to figure out why I've been getting a response error with seemingly the exact same code in my full project versus my little empty test project with this SDK.
The solo project that just contains this SDK works perfectly out of the gate. My big project has consistantly returned a response error with empty response.data.
I tracked it down to needing to set Unity to .NET 3.5 versus having it set to .NET 4.
Is this a known issue? Anything I can do for now to have this working when set to .NET 4?
The text was updated successfully, but these errors were encountered: