represents a Unity character controller.
 
     
   UnityCharacterController
represents a Unity character controller.
Details and Options
- UnityCharacterController![[...] [...]](Files/UnityCharacterController.en/2.png) is a object that represents an existing CharacterController object in the Unity game engine. is a object that represents an existing CharacterController object in the Unity game engine.
- UnityCharacterController![[...] [...]](Files/UnityCharacterController.en/3.png) is typically generated by functions such as CreateUnityCharacterController. is typically generated by functions such as CreateUnityCharacterController.
- UnityCharacterController![[["Properties"]] [["Properties"]]](Files/UnityCharacterController.en/4.png) gives a list of possible properties. gives a list of possible properties.
- The value associated with a given property "prop" can be extracted using UnityCharacterController![[...][["prop"]] [...][["prop"]]](Files/UnityCharacterController.en/5.png) . .
- You can make an assignment like UnityCharacterController![[...][["prop"]]=value [...][["prop"]]=value](Files/UnityCharacterController.en/6.png) to modify a property of the object. to modify a property of the object.
Examples
open all close allBasic Examples (1)
Properties & Relations (4)
UnityCharacterControllerQ checks if an expression is a UnityCharacterController:
PropertyList returns all available properties of the character controller.
PropertyValue returns the value of the specified property.
SetProperty changes the specified property of the character controller.
Related Guides
Text
Wolfram Research (2019), UnityCharacterController, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/UnityCharacterController.html.
CMS
Wolfram Language. 2019. "UnityCharacterController." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/UnityCharacterController.html.
APA
Wolfram Language. (2019). UnityCharacterController. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/UnityCharacterController.html
BibTeX
@misc{reference.wolfram_2025_unitycharactercontroller, author="Wolfram Research", title="{UnityCharacterController}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/UnityCharacterController.html}", note=[Accessed: 30-October-2025]}
BibLaTeX
@online{reference.wolfram_2025_unitycharactercontroller, organization={Wolfram Research}, title={UnityCharacterController}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/UnityCharacterController.html}, note=[Accessed: 30-October-2025]}
![[...] [...]](Files/UnityCharacterController.en/8.png) 
      ![[...] [...]](Files/UnityCharacterController.en/1.png)