Tag: UnityEngine
-
Unity,Android : Porting your unity game for testing
After a successful game release to Windows store ,I wanted to try with mobile platforms.I thought why can’t i port the same game (Bongo Soccer-200 downloads on win 8/8.1 as on today) to android? The issues i may face I have used an unity Terrain and a 3dMax goalpost in my game,which are heavy for a…
-
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…
-
Unity and C# :Memory Management and Garbage Collection
Memory management is the art and the process of coordinating and controlling the use of memory in a computer system. Memory management can be divided into three areas: Memory management hardware (MMUs, RAM, etc.); Operating system memory management (virtual memory, protection); Application memory management (allocation, deallocation, garbage collection). -MemoryManagement.org Unity Supports automatic memory management,where you don’t have to bother about your…
