├── .gitattributes ├── BuildingAnRPGwithUnity2017.unitypackage ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-an-RPG-with-Unity-2018-Second-Edition/HEAD/.gitattributes -------------------------------------------------------------------------------- /BuildingAnRPGwithUnity2017.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-an-RPG-with-Unity-2018-Second-Edition/HEAD/BuildingAnRPGwithUnity2017.unitypackage -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-an-RPG-with-Unity-2018-Second-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Building-an-RPG-with-Unity-2018-Second-Edition/HEAD/README.md --------------------------------------------------------------------------------