Ubisoft Graduate Program 2015

Looking to make a start in the video games industry in 2015? Check this out! Ubisoft has just announced their Graduate and Intern Program for 2015. If you want to give it a shot you must apply before January 31st 2015. Read the job descriptions and requirements below. Available roles There are three available roles: …

Game Center disconnecting players after 60 seconds

I’ve been struggling with a HUGE problem is the last days: We have two real-time multiplayer games to launch at Mukutu (www.mukutu.com.br) and the players can’t keep a connection for more than 1 minute … after that all players are disconnected. This is a very strong pattern (60 seconds > Disconnect). After a lot of investigation I’ve found that …

Assets/NGUI/Editor/FreeType.dylib is missing

Assets/NGUI/Editor/FreeType.dylib is missing Just had this problem with NGUI. If you are on Mac you can probably solve this by changing the /usr/local/lib folder permission. This happened to me because NGUI need to copy the FreeType.dylib file to the /usr/local/lib folder and if the folder doesn’t have the proper permissions for that – nothing will happen :B …

iOS 8, Game Center Sandbox and TestFlight

iOS 8, Game Center Sandbox and TestFlight … Houston … !   We are currently finishing 3 games, two of them are multiplayer via Game Center, for a major company here in Brazil and now we are trying to run some tests on iOS 8. I’ve updated some devices here and Game Center is not working anymore :U I had a …

How to avoid App Store rejection when uploading your game?

How to avoid App Store rejection when uploading your game? I’ll update this list with real examples of Apple rejection 🙂 What you should NOT do when uploading your game: – First of all, do NOT assume that your game will be reviewed in a couple days.. this can take 14 days or more AND …

How to logcat multiple devices at the same time?

How to logcat multiple devices at the same time? This is actually very easy: – Just to be sure that you’ll know which terminal (I’m on Mac) window represents which device, unplug all devices first. – Plug your first device, type “adb devices” and write down your device ID (or just a part of it) …