This repository contains two versions of the Example Card Game
. This is a Unity project designed to help you get up and running with the Skillz Unity SDK:
The version contained in the Example Card Game folder does not have the Skillz SDK integrated.
This version is intended to be used alongside the Skillz Developer Tutorial Video Series to follow along and learn to integrate a Skillz game.
-
Clone the repository using the command
git clone https://github.com/skillz/example-card-game.git
, or by cloning the repository using your favorite Git client. -
Create a new Unity project with a supported version of Unity.
-
Copy the
Example Card Game
folder into theAssets
folder of your project. -
Follow the Skillz Developer Tutorial Video Series to learn how to integrate the Skillz Unity SDK.
The version contained in the Example Card Game - Skillz folder includes the code changes required to integrate with the Skillz Unity SDK.
This version contains the final product after the changes shown in the Skillz Developer Tutorial Video Series are implemented.
-
Clone the repository using the command
git clone https://github.com/skillz/example-card-game.git
, or by cloning the repository using your favorite Git client. -
Create a new Unity project with a supported version of Unity.
-
Import the latest version of the Skillz Unity SDK. Instructions can be found here.
-
Copy the
Example Card Game - Skillz
folder into theAssets
folder of your project. -
Add the Scenes Under the
Assets/Example Card Game - Skillz/Scenes
to theScenes in Build
. -
Run the project using the Skillz SIDEkick or build to a mobile device.