ZionGames Docs

Home / Getting Started

๐Ÿš€ 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

  1. Open Window > Package Manager.
  2. Click the + button.
  3. Choose Add package from disk....
  4. Select the package.json file in the ZionTPS package root.

Expected package structure:

Package structure
Packages/
โ””โ”€โ”€ com.ziongames.ziontps/
    โ”œโ”€โ”€ package.json
    โ”œโ”€โ”€ Runtime/
    โ””โ”€โ”€ Editor/