This is the homepage of Vectarray tutorials! You can access all of my tutorials here, unless I have forgotten to add them.
Tutorials
C#
You can also search by difficulty (Beginner, Intermediate, Advanced)
Beginner
Basics: Intro
The first instalment in the C# basics course. Learn about functions, variables, datatypes and how C# works.
Beginner
Classes: Constructors
Constructors are used to create instances of classes. Click to learn more about them in C#.
Intermediate
Classes: Inheritance
In C#, classes can 'inherit' from parent classes, inheriting their variables, functions, and some other fun stuff!
Intermediate
Classes: Singletons
Singletons are classes with just one instance. If that makes no sense, that's another reason to read this.
Beginner
Functions: returning
Not all functions are just for running code! They can be used to retrieve data, and quickly return values.
Intermediate
Functions: Type arguments
It's difficult to explain in less than 2 sentences, so just go and read the tutorial.
Beginner
For vs Foreach loops
It's a controversial topic. Should you use a numerical for loop, or a quicker foreach? Here are the pros and cons.
Intermediate
Static Keyword
This is a tutorial about the "static" keyword, which might be difficult to get your head around.
Unity
You can also search by difficulty (Beginner, Intermediate, Advanced)
Beginner
Changing Scene
This is OLD but still works. Ever wanted to switch between scenes, or just want to reset when someone loses? Follow this tutorial! If you said yes.
Migration
Basics: Intro
The first instalment in the C# basics course. Learn about functions, variables, datatypes and how C# works.Classes: Constructors
Constructors are used to create instances of classes. Click to learn more about them in C#.Classes: Inheritance
In C#, classes can 'inherit' from parent classes, inheriting their variables, functions, and some other fun stuff!Classes: Singletons
Singletons are classes with just one instance. If that makes no sense, that's another reason to read this.Functions: returning
Not all functions are just for running code! They can be used to retrieve data, and quickly return values.Functions: Type arguments
It's difficult to explain in less than 2 sentences, so just go and read the tutorial.For vs Foreach loops
It's a controversial topic. Should you use a numerical for loop, or a quicker foreach? Here are the pros and cons.Static Keyword
This is a tutorial about the "static" keyword, which might be difficult to get your head around.Changing Scene
This is OLD but still works. Ever wanted to switch between scenes, or just want to reset when someone loses? Follow this tutorial! If you said yes.Wanting to migrate from one language to another, or just try it out? Here's a super-amazingly helpful tool for you, then! Just select your "departing from" language, and your "arriving at" language, and then click "depart" to get tips on your new favourite language.
Departing from | Arriving at |