From 0dab9424c6b4df9bfd2aa48fd8f139c737abaead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Esser?= Date: Mon, 20 Jun 2022 10:17:22 +0100 Subject: [PATCH] fixes small typos in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adf5929..e2164cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Spherical-Gravity Source code from my spherical gravity tutorial, updated for Unity 5. -Tutorial availaible here: https://youtu.be/TicipSVT-T8 +Tutorial available here: https://youtu.be/TicipSVT-T8 Your planet object should have the GravityAttractor script attached. It should also have a 'Planet' tag applied, and a layer specified for the ground. This ground layer should be assigned to the grounded mask on the first person character controller. +