From 9f4694e4c9342b09c84dfdeeb71b476780c4fad6 Mon Sep 17 00:00:00 2001 From: Fastro <88193842+nilmoreno128@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:16:13 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b53a774..1a5ef04 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A Unity script that allows the camera to smoothly follow multiple targets simult - **Customizable Settings**: Easily adjust offset, smooth time, and camera height settings to fit the needs of your game. ## Installation -1. Download the `MultiTargetCameraController.unitypackage` file from this repository. +1. Download the [`MultiTargetCameraController.unitypackage`](MultiTargetCameraController.unitypackage) file from this repository. 2. Open your Unity project and go to **Assets > Import Package > Custom Package**. 3. Select the `MultiTargetCameraController.unitypackage` file and click **Import**. 4. After importing, attach the `MultiTargetCameraController` script to your main camera in the scene.