amazon-gamelift-unity icon indicating copy to clipboard operation
amazon-gamelift-unity copied to clipboard

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 experime...

Results 3 amazon-gamelift-unity issues
Sort by recently updated
recently updated
newest added

I try to build but seems like it failed at the getting Gamelift SDK stage. ``` C:\Users\cs\Documents\Unity Lab\amazon-gamelift-unity\Build>build Root directory: C:\Users\cs\Documents\Unity Lab\amazon-gamelift-unity BUILDING SDK The system cannot find the path...

Failed to Build it seems like (System.Memory.dll not allowed to be included or could not be found) ArgumentException: The Assembly System.Runtime.CompilerServices.Unsafe is referenced by System.Memory ('Assets/Plugins/System.Memory.dll'). But the dll is...

I followed the steps to test this sample project and everything works fine on desktop builds. The problems starts after testing the sample on android player. At first I was...