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

AWSPrefab 404 #16

Closed Lythrin closed 8 years ago

Lythrin commented 8 years ago

Hi, is the AWSPrefab still needed? I can't find it anywhere in the project and after digging around the internets it looks like this is now initialised with some code? I'm pretty new to AWS and was keen to do the tutorial but it seems out of date and/or incomplete.

Also in the section on Cognito Console the link takes you to a page which doesn't have any option to 'Create new identity pool' only 'Manage your User Pools' or 'Manage Federated Identities' is this link incorrect or has the terminology already changed? Anyway I'm finding the tutorial pretty hard to get into and any help appreciated.

Thanks

karthiksaligrama commented 8 years ago

Although the prefab was removed you still need to initialize the mainthread for the sdk to function correctly. Use UnityInitializer.AttachToGameObject(this.gameObject); inside your start/awake method. For Cognito Identity now makes it easier to use Custom login (login with your own username and password). This is the User Pools section.

If you want to use third party login like facebook/google/twitter then you can use Federated Login