Update Basic/ClientDriven/README.md

Co-authored-by: Sam Bellomo <71790295+SamuelBellomo@users.noreply.github.com>
This commit is contained in:
Valere Plantevin 2021-10-20 18:44:21 -04:00 коммит произвёл GitHub
Родитель 670910d5c2
Коммит 8aae3cc75a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -5,3 +5,5 @@ This is a sample project oriented to Client Driven behaviour using Netcode for G
## Sample feature
Making movements feel responsive while staying consistent over multiple game executables is a challenge for many networked games. ClientDriven's aim is to create a quick sample to show responsive character movements that don't feel sluggish, even under bad network conditions.
It also provides a client side object detection with server side pickup, showing client driven patterns and networked object reparenting.
These physics objects are spawned server side at regular intervals and can be pushed around by client driven players.