This is a complementary repo to be used as reference for the article: Unity game development with Contentful.
In the article we focus on getting quickly set up within Unity and having live content displaying within a scene during gameplay.
This repo contains code and a Unity package that create an in-game shop that will display a set of specified items, their prices, and stats, as well as a highlight section to display items that you really want your players to see.
You can either follow Unity game development with Contentful or the Installation And Setup
section of this readme.
You will need the following in order to utilize this repo:
-
A Contentful account. If you don’t have one, you can sign up for one here.
-
A Unity account. If you are new to Unity, sign up here.
-
Intermediate knowledge of Unity and C#.
-
Unity Hub. You can download it here.
-
Unity Editor version 2022.3.15f1 LTS or later.
- Open your Unity project.
- Double click DemoScene.unitypackage.
- Install everything that is prompted.
- Open the scene.
- Enter your Contentful credentials.
- Run your game!
- George Chios - RusticPenguin