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

Doesn't work on Unity 5.3 #14

Closed ghost closed 8 years ago

ghost commented 8 years ago

I just tried to open these examples on Unity 5.3 and you can't directly open the scenes apparently. So I made a project and dumped the whole folder into assets. There are 1000+ errors. The first and biggest error is the GameManager class name. So I renamed it to AWSGameManager.cs and renamed the class but there are still 1000+ errors.

karthiksaligrama commented 8 years ago

did you also import the sdk? ir did you just copy the samples into a unity project?

you can download the entire sdk with samples here

Also if you are new to aws sdk for unity i would recommend that you try unity v3 sdk

karthiksaligrama commented 8 years ago

assuming resolved. Closing issue