Monthly Archives: August 2015

A Workaround for WWW yield bug on iOS

Quick Update This issue is resolved in Unity 5.1.3 patch 2 (download here). This post only deals with the scenario where you cannot upgrade to a newer version (due to various project constraints). This post presents a simple workaround for overcoming a … Continue reading

Posted in Unity | Tagged , , , , , | Leave a comment

Removing Empty Folders in Unity

This post shares a small (but useful) recipe for getting rid of empty folders in Unity. This annoying thing usually happens when you switch between different git branches, since different branches may add/remove folders. Git doesn’t like to deal with empty … Continue reading

Posted in Unity | Tagged , , , , | 1 Comment