diff --git a/Samples.md b/Samples.md
index 11b6673e5..9fb13588f 100644
--- a/Samples.md
+++ b/Samples.md
@@ -46,7 +46,7 @@ This is a list of all samples in this package. You can also find them in the Uni
| [AnimatorController](https://engine.needle.tools/samples-uploads/animatorcontroller) | Simple animator controller to transition between two states and play a sound effect (no code)
Animation|
| [AR Camera Background](https://engine.needle.tools/samples-uploads/ar-camera-background) | Modify the camera stream and use it for material effects.
XR Rendering|
| [Custom Hands](https://engine.needle.tools/samples-uploads/custom-hands/) | Custom hand models in WebXR
XR Interaction|
-| [First Person Character](https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer) | First Person Character Controller with Touch Support
Games Interaction Scripting Physics|
+| [First Person Character](https://engine.needle.tools/samples-uploads/first-person-controller-singleplayer/) | First Person Character Controller with Touch Support
Games Interaction Scripting Physics|
| [First Person Controller](https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer) | Character Controller with Touch Support and Multiplater capability
Games Networking Interaction Scripting|
| [Fonts and Text](https://engine.needle.tools/samples-uploads/fonts/) | Displaying text, rich text, font families
UI|
| [Javascript Communication](https://engine.needle.tools/samples-uploads/javascript-communication) | Communication between Needle Engine and external javascript
Scripting HTML Frameworks|
diff --git a/package/Editor/Samples/FirstPersonControllerSP.asset b/package/Editor/Samples/FirstPersonControllerSP.asset
index 4e31ae446..3a4a960be 100644
--- a/package/Editor/Samples/FirstPersonControllerSP.asset
+++ b/package/Editor/Samples/FirstPersonControllerSP.asset
@@ -17,7 +17,7 @@ MonoBehaviour:
Description: First Person Character Controller with Touch Support
Thumbnail: {fileID: 2800000, guid: 9ee88783d980bfd4888fef17ae325d63, type: 3}
Scene: {fileID: 102900000, guid: 16bf60338bd7b364abd3227832c2997e, type: 3}
- LiveUrl: https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer
+ LiveUrl: https://engine.needle.tools/samples-uploads/first-person-controller-singleplayer/
Priority: 5
Tags:
- {fileID: 11400000, guid: 44782f56eb518b640a8ab29550fa117a, type: 2}
diff --git a/samples.json b/samples.json
index 0fbcd1059..4498789a3 100644
--- a/samples.json
+++ b/samples.json
@@ -584,7 +584,7 @@
"relativePath": "package/Editor/Screenshots/FirstPersonControllerSP.jpg",
"absolutePath": "https://raw.githubusercontent.com/needle-tools/needle-engine-samples/main/package/Editor/Screenshots/FirstPersonControllerSP.jpg?v=aee63316e12f5ceab037736e698f52eb"
},
- "LiveUrl": "https://engine.needle.tools/samples-uploads/first-person-controller-multiplayer",
+ "LiveUrl": "https://engine.needle.tools/samples-uploads/first-person-controller-singleplayer/",
"Priority": 5,
"Tags": [
"Games",