Unity tutorials: Simple and reusable scripts

Hello, I’m Jojo! and in this post of our Unity tutorials series, we’ll see how simple and highly reusable scripts can make your life easier in Unity3D. And how, if you find some time, making them look better, will also save you time and bugs!

Lots of scripts
Lots of scripts are bad for your health

Thinking before coding

When creating scripts, sometimes my main thought is, if I take this script and just drop it in another, and entirely different project, will it work?
If the answer is NO, then you should really take at least some minutes to think if it’s easier to do it in some other way that lets you do that!

(more…)

Read More