A series of blogs that aims to explain Unity3D concepts beyond mere scripting and drag and drop to elavate your skills to a true PROgrammer.
132 – Unity3D PROgramming: Anti-patterns – The Mythological Hydra
#begin In the last blog I've laid out some of the problems with Singletons in a Unity3D context. As I pointed out; I think the root cause of "Singletons, Singletons everywhere" is the fact that Unity does not provide a clear entry point to an application. In today's...
131 – Unity3D PROgramming: Anti-patterns – Controllers, Managers & Singletons
#begin Unity3D is well known for its low barrier to entry. A total newby can get the infamous 'Roll a Ball' tutorial up and running within a few hours. All without much coding involved. Unity's editor and component based architecture even seems to promote drag and...