Simple DOTS First Person Controller - E03 - Input Handling in the Experiments Project

Опубликовано: 27 Май 2026
на канале: DevViktoria
107
7

[Entities 0.50]
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 and basic character movement in the My Unity DOTS Experiments Project.


00:00 Introduction
00:34 Folder for the input action asset
00:55 Contents of the input action asset
01:33 DOTS end of the input data
02:29 Non DOTS end of the input data
04:08 The input processor script
06:18 The move player system
09:08 The character controller data
09:27 The move player system continued
10:14 The character controller data in the Editor
10:34 Running the game and analyzing the log
11:27 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...