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

Is this setup still valid? #31

Open betimd opened 5 years ago

betimd commented 5 years ago

Taking in consideration that's quite a long time since this project is published, I think it's very understandable to ask if this setup is still valid and have anyone tested this recently?

Is there any sample that's using all updates in services and tools?

mutablealligator commented 5 years ago

@betimd Thank you for reporting to us. Sorry for the inconvenience caused. The setup is still valid. If you face any issues in setting it for a specific Unity version, please let us know and we can take in the bug report. The same applies to samples. If you find a sample not working, please open a GitHub issue. Which particular sample are you referring to?

betimd commented 5 years ago

@kvasukib thanks a lot for prompt reply! Let me finish my questions here, while you also categorized the issue 👍 . What about adding web client? Will it work properly like in mobile apps?

mutablealligator commented 5 years ago

@betimd Thank you for the quick response. We fixed a bug related to choosing the right web request class based on the Unity versions and availability. So it should work in mobile apps (iOS and Android). However, please let us know if you find any issues.

betimd commented 5 years ago

@kvasukib maybe I wasn't clear, my bad. My question is if the solution works on web as well? I want to have same game (chess :D) on web and mobile.

mutablealligator commented 5 years ago

@betimd Thank you for the confirmation! We only support iOS, Android and Windows Standalone platforms through the AWS SDK for Unity. We do not support Web platform at this moment. You can take a look at the platforms where the SDK is compatible here: https://github.com/aws/aws-sdk-net/tree/master/sdk/src/Core

Let us know if you have any further questions!

betimd commented 5 years ago

Planning to use the setup for a real game (chess) and I'm thinking to go with proposed architecture here. So @kvasukib I have some questions for you:

  1. Do you have any suggestion (overall, as per architecture)? Ex, something I missed is how we are going to realize online status.
  2. And if you would do this architecture now, from the beginning, what would you change?
  3. Is equivalent architecture better with Gaming plat (AWS for Games)?
mutablealligator commented 5 years ago

@betimd Sorry for the delayed reply. Your use-cases would work with the SDK for mobile applications. However we don't have compatibility for Web applications through our Unity SDK.