Performance tips for Unity3D

When working with mobile platforms the performance can be a nightmare, especially when you have to maintain support for older crap devices. With some good practices during the development, you can avoid some problems in the future. If you have a framework or a common / shared library, then making it performant is essential but sometimes you …