amazon-archives / aws-sdk-unity

ARCHIVED: The aws sdk for unity is now distributed as a part of aws sdk for dotnet:
https://github.com/aws/aws-sdk-net
Other
105 stars 43 forks source link

Can't use Cognito in WebGL: no sqlite dll #113

Closed skryshi closed 8 years ago

skryshi commented 8 years ago

I tried building and running the Cognito demo for Unity WebGL player, and got this error:

"DllNotFoundException: Unable to load DLL 'sqlite3': The specified module could not be found."

Right, there is no sqlite3.dll in the WebGL player. But I assumed the SDK would automatically switch to browser local storage/cookies. It doesn't. Am I missing something? Is there an any easy way to use this SDK for WebGL?

karthiksaligrama commented 8 years ago

at this time we are not supporting webgl. tracking this feature request in #50

skryshi commented 8 years ago

I see :(

Is support for WebGL on your timeline? Any ballpark ETA, like quarter/year? This would help a lot with planning and, honestly, whether to go with AWS or some other service. Thank you!