Tag Archives: unity3d

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

A Summary of Unity Attributes

The post was updated with attributes from Unity 5.3 RC1. Unity uses attributes all over the place for declaring different things to the engine. The latest release (5.3) has a whopping count of 77 (!) attributes to decorate your classes, methods and fields. New … Continue reading

Posted in Unity | Tagged , , , | 9 Comments