Category Archives: unity

5 Tips to Solve your Linear Algebra Headaches Fast with Unity!

b8

When you start creating games, you usually dive straight into the code, and if you are using Unity, you may not need to understand Linear Algebra concepts at the very start, as many of the operations are handled nicely in built-in functions; this being said, you may reach a point wen you need to understand more how linear algebra can be applied in Unity so that you can unlock some pretty cool features that you will be able to use to embellish and customize your game. However, this can be the start of endless headaches, and this the reason why I thought I would just compile the some tips and code so hat you can get started right away with Linear Algebra in Unity.

Continue reading