📈 C# Intermediate
11 lessons 4 hours
These tutorials cover various intermediate principles of using C# when working with the Stride game engine.
It is recommended that you complete all the C# Beginner tutorials before moving on to the intermediate tutorials.
To create the C# intermediate tutorial project:
- Start the Stride launcher
- Create a new project
- Select the template: Tutorials -> C# intermediate
Each tutorial has a 'Start' and a 'Completed' scene.
You can view the Completed scenes to see what the end result of each tutorial will roughly look like. If you are following along with the videos, the Start scenes serve as a good starting point. These scenes contain only the bare minimum setup.
Stride C# intermediate YouTube tutorial series
All tutorials

📺 Watch the Introduction tutorial

📺 Watch the UI Basics tutorial

📺 Watch the Collision triggers tutorial

📺 Watch the Raycasting tutorial

📺 Watch the Project and Unproject tutorial

📺 Watch the Async scripts tutorial

📺 Watch the Scenes tutorial

📺 Watch the Animation basics tutorial

📺 Watch the Audio tutorial

📺 Watch the First person camera tutorial

📺 Watch the Third person camera tutorial

📺 Watch the Navigation tutorial