Skip to content

Tutorials

Isaiah Kelly edited this page Apr 14, 2017 · 26 revisions

This tutorial will teach how to create a simple "Hello World!" program in the Unity game engine with Entitas. The aim is to familiarize you with the different pieces that make up the Entitas framework, how they interact with each other, and how to structure your code inside an Entitas project. Best place to start if you're an experienced Unity developer that's new to Entitas.

This tutorial provides a brief introduction to using Entitas-lang with Entitas. In it you will learn how to install Entatas-lang and all required dependencies, then create a simple combat system with Entitas-lang where a player can attack enemies in the game by pressing the space bar.

Clone this wiki locally