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

Build fixes #6

Closed herpdederp closed 4 years ago

herpdederp commented 5 years ago

Add missing step to readme to add 4.5 Build Tools, and make the Build scripts select the correct Unity installation

herpdederp commented 5 years ago

According to the readme, "Download the Unity 2017.4.6 LTS". However if a user has other versions of Unity already installed, 2017 will not be used by default. Perhaps it could use 2017 by default, and if not found act as it currently does?

alanmur commented 5 years ago

According to the readme, "Download the Unity 2017.4.6 LTS". However if a user has other versions of Unity already installed, 2017 will not be used by default. Perhaps it could use 2017 by default, and if not found act as it currently does?

Perhaps it would be better to change the readme to "Download the Unity 2017.4.6 LTS or later"? All versions of Unity since that version should be supported correctly at this time. Does that work?

Al :)

alanmur commented 4 years ago

Hello @herpdederp I have updated the readme to be clear that the project now works with Later versions of Unity. Please let me know if there is anything further I can do for you. Thank you, Al Murray :)