Skip to content

Overview

Here is a short overview of the Unity assets documented on this website and what they represent:

  • RPG Camera Lite: Basically the vanilla World of Warcraft camera controller without character fade-out and camera look-up when touching the ground.
  • RPG Camera: Vanilla World of Warcraft camera controller + fading of objects which are in the way + intelligent pivot positioning (details).
  • RPG Character Controllers: RPG character controllers inspired by famous MMO or Action RPGs, fully contains and integrates the RPG Camera.
  • RTS Camera: The vanilla Warcraft III camera controller.
  • Planet Platformer Controller: Replica of the character controller of Super Mario Galaxy.

Relation between my RPG assets

The relation between my 3 RPG assets can be easily described when looking into their provided features. From left to right, each asset has a subset of features of the next asset:

RPG Camera Lite ⊂ RPG Camera ⊂ RPG Character Controllers
  • RPG Camera Lite: Modular RPG camera asset with basic features.
  • RPG Camera: Contains all features a modern RPG Camera needs.
  • RPG Character Controller: Adds RPG character movement on top of the RPG camera.

Assets can be easily upgraded to the next tier because they are built on the same architecture. A detailed comparison of supported features can be found in the feature matrix.