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

The folder "CognitoSyncProject/Assets/AWSUnitySDK/AWSCore/Amazon.Unity" causes issues with the Unity system #5

Closed seaders closed 9 years ago

seaders commented 9 years ago

Due to the fact Unity handles anything called "xxx.unity" (they don't care about the case) like scenes, the fact that this folder is called this messes around with some internals and similar. Importing the files makes Unity pop up with a "moving file error", as well as changing the project settings to "force text", the AWSPrefab not being able to see/find AWSInitializer and I'd imagine a few other issues as well.

Nothing other than real Unity scenes should be prefixed with ".unity".

ghost commented 9 years ago

Thank you for reporting this issue. We are working on this and will add it in next release.

seaders commented 9 years ago

Thanks weijiamao, should be an easy enough fix I'd assume.

Great plugin all the same, and the ease at which I've been able to get it up and running with the Facebook SDK is so nice to discover. I'm currently adding pretty much the same for Google Login with https://github.com/playgameservices/play-games-plugin-for-unity

Have you had a chance to look at my other issue, and the pull request?

albertvaka commented 9 years ago

Hi

This issue has been fixed in the latest version of the SDK (1.0.1) that was released today.

Thanks for reporting it, Albert