Select by material, Apply material to selected, Unity scripts

So I was setting up this scene, again, in unity3d and having already done it before, I had materials I wished to reuse. However, unity editor is missing some features. Namely “Select Objects by Material” and “Apply Material to all Selected Objects”. Well at least it is possible to create a script to do this [...]

Unity embed helper for CakePHP

Helpers. They are really helpful. After Behaviors, they are probably my favourite CakePHP asset to make. As we work with both CakePHP and Unity3d, we expect them to meet a lot. Embedding rich media in an HTML page is not always as easy as it sounds, therefore it’s great that people take the time to [...]