Unity C# Tutorial: Functions: Making reusable blocks of code


Writing code is good. Writing blocks of code we can re-use is even better. We’ll take a look at how to create re-usable blocks of code known as functions.

Find the code here: https://github.com/GameDevEducation/DevEssential_Functions