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: …
Category archives: Hints
Left / Right Brain
Some years ago the Mercedes Benz advertising agency came out with these brilliant images. I really like it, but I do not identify with just one side. Through my career I was jumping from side to side and it shaped my professional profile. This is what made – and still makes – me motivated to …
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 …
Continue reading “Game Center disconnecting players after 60 seconds”
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 …
Continue reading “Assets/NGUI/Editor/FreeType.dylib is missing”
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 …
Continue reading “iOS 8, Game Center Sandbox and TestFlight”
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 …
Continue reading “How to avoid App Store rejection when uploading your game?”
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) …
Continue reading “How to logcat multiple devices at the same time?”