How to detect swipe direction in Unity
Detect swipe direction in Unity is one of the most common issues to solve. I had this problem in one of my last game: ” Color Slide“. In fact, I…
Detect swipe direction in Unity is one of the most common issues to solve. I had this problem in one of my last game: ” Color Slide“. In fact, I…
The first choice that all developers have to make in their life, is to choose which game development software and tools to use to make games. In this article, we…
I always had problems to organize game code in a nice and readable structure. With that, I decided to write down the guidelines that I use when developing my games….