PlayerControl
This folder contains all the basic player controller related. For the 3D integration, it's located in the Inworld.Assets
folder.
It has 2 files:
- PlayerController: This file contains the default player controller. It contains the basic logic for interacting with Inworld Controller.
- PlayerController2D: This is the 2D implementation for PlayerController. Mainly used in the
Sample2D
.