Documentation website for Rival - DOTS Character Controller
Перейти к файлу
Philippe St-Amand 7459a0ef86 fixed capsule resize example code 2023-01-10 16:43:28 -05:00
Changelog 1.0.0-pre.15.1 update 2023-01-10 13:44:01 -05:00
Characters initial docs 2022-11-23 09:52:23 -05:00
Downloads initial docs 2022-11-23 09:52:23 -05:00
How_To fixed capsule resize example code 2023-01-10 16:43:28 -05:00
Images initial docs 2022-11-23 09:52:23 -05:00
Samples 1.0.0-pre.15.1 update 2023-01-10 13:44:01 -05:00
Tutorial initial docs 2022-11-23 09:52:23 -05:00
.gitignore initial docs 2022-11-23 09:52:23 -05:00
LICENSE.md 1.0.0-pre.15.1 update 2023-01-10 13:44:01 -05:00
README.md added asset store link 2022-11-29 07:58:39 -05:00
changelog.md 1.0.0-pre.15.1 update 2023-01-10 13:44:01 -05:00
characters.md initial docs 2022-11-23 09:52:23 -05:00
how-to.md initial docs 2022-11-23 09:52:23 -05:00
limitations.md initial docs 2022-11-23 09:52:23 -05:00
samples.md 1.0.0-pre.15.1 update 2023-01-10 13:44:01 -05:00
tips.md initial docs 2022-11-23 09:52:23 -05:00
tutorial.md updated missing link 2022-11-23 11:33:04 -05:00

README.md

Rival - DOTS Character Controller

Download Rival on the Asset Store

Getting Started

Here are the recommended first steps you should take with this package:

  1. Finish reading this page
  2. Get the Samples projects and play around with them. This will give you an idea of what can be accomplished with this package, and will also serve as a good source of examples to take inspiration from.
  3. Follow the Tutorial from start to finish. This will teach you how to create character controllers, and give you a good understanding of how to customize their behaviour.
  • Tutorial: Teaches you to write character controllers with this package.
  • Characters: Provides an overview of the core Components, Aspects, Utilities, Tools, etc... that constitute the character implementation.
  • Samples: Provides sample projects that demonstrate the package's capabilities.
  • How To: Provides details on how to implement various character features.
  • Tips: Provides a list tips regarding the usage of this package.
  • Limitations: Lists character controller limitations to be aware of.
  • Changelog: Lists version changes.