Welcome to the introduction tutorial for the C# beginners course for the Stride game engine.
All tutorials and their code can be found online https://doc.stride3d.net/latest/en/tutorials/csharpbeginner/index.html
In this Stride tutorial we learn the following
- How to setup the C# beginners project template
- How entities and components work
- The types of script
- Logging
- Debugging