Tag: Mobile Development

  • Unity – Unable to update the SDK. Please run the SDK Manager manually.

    I had this problem during a build this week and figured I’d better document it 1. In case anyone else needs to do it and 2. So I don’t forget it myself for next time. I’m running Unity 2019.4.1f1 and doing the final few Beta builds for the game I’m just about to release called…

  • Endless Elevator – Last Week of Beta Testing

    Endless Elevator – Last Week of Beta Testing

    Hi Harmony here, I’d like to thank the wonderful Beta Testers who have signed up for our Open Beta of Endless Elevator over the last month. I was really surprised how many people responded to our call and very grateful to all those who provided feedback. The Open Beta is still running for another week…

  • The Coin Flip

    Ah the coin flip! Simple easy and fun. The mechanism is a platformer mainstay. You run over a spinning coin (it glitters, it calls you) it pops into the air, and it’s yours! This is how we do it… There is a Rigidbody and Collider on both the coin and the player character. You can…