Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Any tip to implement my own CharacterController feature ?

Discussion in 'Physics for ECS' started by filod, Mar 13, 2020.

  1. filod

    filod

    Joined:
    Oct 3, 2015
    Posts:
    184
    there's not too much documents/guides around Unity.Physics's CharacterController, some questions are quite hard for me, like, how constrains work? what's a SimplexSolver and theory behind it? how to implement feature like climbing on a moving wall?

    would be appreciate if anyone can bring some links to read, thx!