Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 748 Bytes

samples.md

File metadata and controls

11 lines (8 loc) · 748 Bytes

Samples

Multiple sample projects using the character controller are available on the Samples repository

These include:

  • Basic: A basic character playground full of various obstacles, physics objects, etc...
  • StressTest: A project where you can experiment with the performance of characters using all kinds of settings.
  • Platformer: A demonstration of a heavily-extended character controller with many different kinds of movement features.
  • OnlineFPS: A demonstration of an online first-person shooter game using client-predicted character movement.