A few weeks ago I started working at a games studio that creates mobile games with the Unity engine. Problem is, I’m really not familiar with it. To get some extra experience, I decided to port Get Rich or Die Gaming to the OUYA, using the Unity engine. Here’s what I’ve created so far
There’s not much to do, you can move the menu selector up and down. Press new game and you are taken to another Unity Scene, where you are faced with a picture of Adickle Face Press exit and nothing happens, I guess you don’t really need an exit button on a web browser.
Next I want to work on the cut scene engine, it should be pretty simple. I want it to read in an XML file, and then display pictures, and audio at certain times defined by the XML file. This means I’ll need to figure out how to handle XML file reading and dynamic sprite allocation, anyway it should be fine. I’ll be working on that today.