Dear Microsoft, Please Buy Unity
Unity is up for sale according to a presentation circulating the games industry. This blog post is why I hope Microsoft will be the one to buy Unity and take it to the next level.
Unity is up for sale according to a presentation circulating the games industry. This blog post is why I hope Microsoft will be the one to buy Unity and take it to the next level.
We’re using Unity exclusively at Bane Games and are absolutely loving it. I get asked a lot about what tools we use and how we lay out our projects. Today I discuss this briefly and would love to hear about the 3rd party tools you recommend and how you make your games in Unity.
I’ve worked on three different game engines and all have had gameplay and engine intertwined throughout the source code. In Unity, all game objects inherit from MonoBehaviour giving them full access to the power of Unity (and forming a hard link between game and engine). Recently, I’ve moved away from this approach to a better Read More