This repository contains the source code used in the Unity C# Fundamentals course, organized by topic.
It is intended as a companion resource to the course content, providing clean and well-structured scripts for reference and practice.
β οΈ This repository does not include written explanations or comments in the code. All explanations are provided in the associated online course.
To give students, educators, and self-learners a solid codebase of C# concepts applied in Unity, structured in a clear and progressive way.
Each script file demonstrates one key concept of C# programming in Unity:
ExplainVariables.csExplainConditionals.csExplainLoops.csExplainArrays.csExplainClasses.csExplainDataStructures.cs
Developed and taught by Manuel Bacallado.
Unity Β· C# Β· Programming Β· Game Development Β· Beginners Β· Scripting Β· Code Examples Β· Educational Project.