A Guide for Playcanvas Game Development using Table Realms
Section 5.2
In this section, we will be discussing the following quickstart chapters for integrating Table Realms into Playcanvas:
- [Adding Table Realms into your project] - Only if you haven’t imported the JS library from Section 1
- [Adding an Augmentation to your Project]
- [Detecting a player join]
- [Basic Interactions - Making stuff happen when players press buttons]
- [Practicing what you have learned in the tutorial!]
- [Remotely Debugging your Project]
Before you start, the following is assumed:
- The reader has worked through the basic PlayCanvas tutorial, and understands:
- Entities
- ScriptComponent
- ScriptTypes
- The PC editor
- The reader has intermediate to expert knowledge of JavaScript