aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
161 stars 107 forks source link

Unity 2018.2.6f1 Chess Game issues #30

Open edgar-abadines opened 6 years ago

edgar-abadines commented 6 years ago

After compile, the MainMenu.unity scene give me the following error when run:

NullReferenceException: Object reference not set to an instance of an object AWSSDK.Examples.ChessGame.GameManager.Load () (at Assets/ChessGameScripts/GameManager.cs:170) AWSSDK.Examples.ChessGame.MainMenuBehaviors.Start () (at Assets/ChessGameScripts/BasicUI/MainMenuBehaviors.cs:22)

desokroshan commented 6 years ago

@edgar-abadines , Thanks for reporting the issue. I have submitted it to the team for prioritization. I do not have specific timeline that I can share at this point. We will let you know, either on this thread, or through a forum announcement when the issue is addressed.

edgar-abadines commented 6 years ago

Ok, thanks for the quick reply. Do you have an alternative working example (for Unity 2018.x) of AWS Cognito login?