Browse Source

first person tutorial

Aggror Desktop 3 years ago
parent
commit
c15b6d9c4a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      en/tutorials/csharpintermediate/first-person-camera.md

+ 2 - 2
en/tutorials/csharpintermediate/first-person-camera.md

@@ -1,9 +1,9 @@
 # First person camera
 # First person camera
 
 
 ## Explanation
 ## Explanation
-This C# Intermediate tutorial covers the implementation of first person camera. You learn about mouse movement and how to convert that in to a 3d rotation. We setup camera angle limitsand finally we apply movement to a first person character controller.
+This C# Intermediate tutorial covers the implementation of first person camera. You learn about mouse movement and how to convert that in to a 3d rotation. We setup camera angle limits and finally we apply movement to a first person character controller.
 
 
-<iframe width="560" height="315" src="https://www.youtube.com/embed/.." frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+<iframe width="560" height="315" src="https://www.youtube.com/embed/MSFXydzbtuE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
 
 
 
 ## Code
 ## Code