fixed link to Physics samples in README.md

This commit is contained in:
Fabrice 2022-05-12 17:13:22 +02:00 коммит произвёл GitHub
Родитель 2f00d4298c
Коммит 7b7b2ae8dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -64,7 +64,7 @@ The ECSSamples project contains samples to help you get started with DOTS. The p
## Physics Samples
The PhysicsSamples project contains wide range of physics samples to help you get started with DOTS Physics. The new physics engine is a deterministic, rigid-body dynamics system and spatial query system written from the ground up using the Unity data oriented tech stack.
You can find an [overview of the samples](UnityPhysicsSamples/Documentation/samples.md) and the [release notes](UnityPhysicsSamples/ReleaseNotes.md) in this repository.
You can find an [overview of the samples](PhysicsSamples/Documentation/samples.md) and the [release notes](PhysicsSamples/ReleaseNotes.md) in this repository.
DOTS Physics supports macOS/Windows/Linux. Android ARMv7 still might experience craches due to memory restrictions on some devices.