Coroutine not running to end?
I am moving an object in Unity3d from point A (the objects current location) to point b (a public Vector3 added through the Inspector. I am using Lerp to handle the movement of the object, and when I...
View ArticleHelp repeating a coroutine
Hey everybody! I am trying to build an app where the player scrolls through a row of cards by swiping with a finger. I am controlling the movement with a LERP inside a coroutine, and it works...
View ArticleUnity3d is refusing to include a level in the build
Hey guys and dolls! I am running into a new and exciting problem with Unity 4.34f1 Up until about a week ago, my buttons were working just fine. Now, the "LoadLevel" line is no longer loading a level....
View ArticleUnexpected symbol error using Unity Analytics demo code
Dear Unity Community, I'm attempting to build custom events in Unity 4.6 using the Unity Analytics SDK. The basic integration has gone fine, but when I try to use the demo code to create custom events,...
View ArticleUpload score works on PC version, but not on iOS or Android
Good morning Unity Community! I am trying to track and display the total number of users of my app by simply incrementing a .sql database on my personal server. This works *great* on the PC version of...
View Article