浏览代码

aimation and audio tutorial

Aggror Desktop 3 年之前
父节点
当前提交
8f220367f4
共有 2 个文件被更改,包括 6 次插入5 次删除
  1. 2 2
      en/tutorials/csharpintermediate/animation-basics.md
  2. 4 3
      en/tutorials/csharpintermediate/audio.md

+ 2 - 2
en/tutorials/csharpintermediate/animation-basics.md

@@ -1,9 +1,9 @@
 # Animation basics
 
 ## Explanation
-This C# Intermediate tutorial covers the basics of animation with Stride. All animations exist as animation clips assets in your project. From there on we can start, pause and stop animations by using Stride's animation component
+This C# Intermediate tutorial covers the basics of animation with Stride. All animations exist as animation clips assets in your project. From there on we can start, pause and fade animations by using Stride's animation component.
 
-<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/o924grDYDjU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
 ## Code
 [!code-csharp[NavigateCharacter](..\..\..\..\stride\samples\Tutorials\CSharpIntermediate\CSharpIntermediate\CSharpIntermediate.Game\07_Animation\AnimationBasics.cs)]

+ 4 - 3
en/tutorials/csharpintermediate/audio.md

@@ -3,10 +3,11 @@
 ## Explanation
 This C# Intermediate tutorial covers the basics of audio in your game. We learn about the various types of audio formats and settings. We cover how to user 3d spatialized audio and we also look at streaming audio.
 
-<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/Guf7PESCwnc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
 ## Code
-### Camera controller
+### Audio sounds and spatial sounds
 [!code-csharp[audio](..\..\..\..\stride\samples\Tutorials\CSharpIntermediate\CSharpIntermediate\CSharpIntermediate.Game\08_Audio\AudioDemo.cs)]
 
-[!code-csharp[streamming audio](..\..\..\..\stride\samples\Tutorials\CSharpIntermediate\CSharpIntermediate\CSharpIntermediate.Game\08_Audio\LoadMusic.cs)]
+### Streaming sounds
+[!code-csharp[streammingaudio](..\..\..\..\stride\samples\Tutorials\CSharpIntermediate\CSharpIntermediate\CSharpIntermediate.Game\08_Audio\LoadMusic.cs)]