WWW class is empty on iOS
I have some networking code using Unity's WWW class that reads data from a remote server. It works fine in the editor, but when I try it from an iPad the www object is completely empty - no headers, no...
View ArticleError while reading window layout
I had the following error when I opened a previously working scene: Error while reading window layout: window #13 is null UnityEditor.WindowLayout:LoadWindowLayout(String) Failed to load window layout:...
View ArticleMoving Trigger not detecting stationary MeshCollider
I'm trying to allow a user to select multiple objects by dragging out a selection region with the mouse. The objects are either cubes (using a box collider) or more complex shapes (using a mesh...
View ArticleUnity UI Button behaviour changes in WebGL
I have created a simple game front end using the new UI framework in Unity 5. Among other things, I have a button which calls a function to increment a counter when the button is clicked. In the editor...
View Article