[Entities 0.17]
In this video series I am going to show you how did I implemented a super simple DOTS first person character controller.
In this episode we are going to take a look at the input handling in third person controller in the Unity Physics Samples.
(Please note that at the time of recording the Unity Physics Samples used the Entities 0.17!)
00:00 Introduction
00:29 The third person controller in the Unity Physics Samples
02:54 The repository on GitHub
03:14 The character controller
03:34 The input actions
04:54 The generated code for the input actions
05:28 Components on the character
05:58 Child objects of the character and the camera
07:00 CharacterControllerAuthoring script
09:20 Diagram of the attached internal components
10:46 Non DOTS input data to DOTS input data
15:54 System for copy input data to the character
17:09 Closing words
Links I found useful when I was making the video:
Unity Physics Samples
https://github.com/Unity-Technologies...
Unity Forum Thread for the Series
https://forum.unity.com/threads/almos...
The GitHub Repository of My Unity DOTS Experiments Project:
https://github.com/devviktoria/myunit...