Copyright (C) 2017 Improbable Worlds Limited. All rights reserved.
-
Accompanying tutorial: https://spatialos.improbable.io/docs/reference/latest/tutorials/
-
GitHub repository: github.com/spatialos/CppWorkerPiratesTutorial
This SpatialOS tutorial branches out of the Pirates tutorial to show you an alternative way of architecting a SpatialOS game.
To build this project, you will need access to the SpatialOS SDK, and to have set it up on your machine (see the setup guides for Windows or Mac).
If you run into problems, or want to give us feedback, please visit the SpatialOS forums.
This repository contains the starting point of the tutorial in the master
branch as well as completed versions of each lesson in corresponding feature branches. You can use the completed lessons as a reference when following the tutorial.
When changes to the tutorial are made in different versions of SpatialOS, this is indicated by a tagged commit on each lesson branch.
Initial release of lessons:
- Add a C++ worker to your project
- Give component access to your worker
- Update a component property
- Trigger a component event
C++ worker based on the managed worker from C++ Blank project.