issues
search
QuietDreamGames
/
WitchHunters
MIT License
0
stars
0
forks
source link
MH-3 Refactor character movement system in DOTS.
#23
Closed
vivk
closed
2 years ago
vivk
commented
2 years ago
What?
Import DOTS stack packages in project.
Create Player Input System to read input data and write it in movement data.
Create Movement System to change current position by movement data.
Create Movement Animator System to change animator state by movement data.
Create Companion Follower System to copy entity position to game object position[hybrid Animator implementation].
Create movement direction modification on ground collision system for edge sliding effect.
What?