Tag: unity 2d
-
Gaming : The Best Free Tools To start your game Development

“Who needs sports stardom when you can shoot fireballs from your fingertips?” ― Ethan Gilsdorf MonoGame monogame.net MonoGame is a C# framework that allows developers to target desktop, handhelds, mobile,and consoles using a single codebase. The framework is written on top of Mono, an open source implementation of the .NET framework. The framework was originally designed to implement Microsoft’s…
-
Unity and C#: Game Loop (Awake,Start,Update)
Introduction The central component of any game, from a programming standpoint, is the game loop. It allows the game to run smoothly regardless of a user’s input or lack thereof. Every game must and should have a game loop because a game must continue regardless of a user;s input. In this article i will be talking about…
-
Unity: Learn 2D Game Development
Unity is a 3D engine, right? Not quite – now it’s more. It comes with a dedicated and streamlined 2D workflow. With the release of 4.3,unity added the in-house 2D platform for game development. I started searching for tutorials and documentation to understand what is different in 2D development compared to Unity 3D development? As 2D…
-
Unity : Another dimension
After my learning curve with unity3D,I started looking into the 2D world…The first question in my mind was What is the best 2D Game Engine? I found the answer at slant.co with unity 3D leading the race….unity 3D game engine for 2D development?…you should be kidding me 🙂 With the release of Unity 4.3 there…
