๐ Getting Started
Getting Started
ZionTPS is a modular third-person locomotion system for Unity 6. It is designed to give you a clean, production-ready foundation for movement and camera behaviour without forcing combat, inventory, UI, or RPG systems into your project.
This guide walks you through the fastest path from import to a working playable character.
Requirements
Before importing ZionTPS, make sure your project matches the following:
- Unity 6.x
- Input System package enabled
- A 3D project configured for your chosen render pipeline
Optional modules can be added later. They are not required to use ZionTPS Core.
Installation
Install via Unity Package Manager
- Open Window > Package Manager.
- Click the + button.
- Choose Add package from disk....
- Select the
package.jsonfile in the ZionTPS package root.
Expected package structure:
Package structure
Packages/
โโโ com.ziongames.ziontps/
โโโ package.json
โโโ Runtime/
โโโ Editor/