aws-samples / amazon-gamelift-unity

A multi-player game sample (server and client), developed with the Unity game engine, illustrating basic integration with Amazon GameLift. View the sample source code or build the project and experiment with game server deployment on the Amazon GameLift service.
Apache License 2.0
82 stars 22 forks source link

Project Setup #12

Closed rosank closed 3 years ago

rosank commented 3 years ago

Hello, Sorry for the silly question, but after cloning the project I'm getting error. The type or namespace name 'Amazon' could not be found (are you missing a using directive or an assembly reference?) I'm using Unity 2018.4.23f, Do I have import AWS SDK packages. Also, I'm trying to build for Android. Gamelift support Android builds?

alanmur commented 3 years ago

Hello Rosank, You should execute build.bat in the build folder to download the SDK, build it and put it in the Plugins folder. All should be good at that point. If you already did this, can you supply the output from this batch file, so that I can see what went wrong. Thank you!!!

rosank commented 3 years ago

Thank you It worked. I'm closing the issue