|

All posts in Architecture

C#, TIPS AND TRICKS TO INCREASE PRODUCTIVITY

How can we use Events and Delegates in Unity and make easy our life? If you already know how the events and delegates works, you can use the code belowRead More…

ORIENTED OBJECT PROGRAMMING WITH C# 1

// C# vs C++ // C# versions and differencies // VSComunity // setter and getter // cw = console.writeline // sw = switch // prop, propfull // class // contructor,Read More…

EVENTS AND DELEGATES IN UNITY

How can we use Events and Delegates in Unity and make easy our life? If you already know how the events and delegates works, you can use the code belowRead More…

STATE MACHINE

I want to approach this article on a practical way, if you want to know a little more theory, I found an article on wikipedia that could possibly be ofRead More…