You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,13 @@ The ECSSamples project contains samples to help you get started with DOTS. The p
63
63
64
64
## Physics Samples
65
65
66
-
Unity Physics is a deterministic, rigid-body dynamics system and spatial query system written from the ground up using the Unity data oriented tech stack.
66
+
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.
67
67
You can find an [overview of the samples](UnityPhysicsSamples/Documentation/samples.md) and the [release notes](UnityPhysicsSamples/ReleaseNotes.md) in this repository.
68
68
69
+
DOTS Physics supports macOS/Windows/Linux. Android ARMv7 still might experience craches due to memory restrictions on some devices.
70
+
71
+
WIP: Havok supporting consoles when building projects.
72
+
69
73
## Hybrid HDRP Samples
70
74
71
75
The HybridHDRPSamples contains feature sample Scenes, stress test Scenes for the HDRP Hybrid Renderer.
0 commit comments