Install APK on multiple plugged Android devices

Using Unity and hitting “Build’n Run” will install on only one device. If you just build your APK, you’ll be able to install it on multiple devices by using: [pastacode lang=”bash” message=”” highlight=”” provider=”manual”] adb devices | tail -n +2 | cut -sf 1 | xargs -I X adb -s X install -r pathtogame/game.apk [/pastacode] Having problems? Try …

Prime31 – __gplaySetReceivedDataCallback error on Xcode

__gplaySetReceivedDataCallback = Prime31 Google Play Game Services Plugin causing problems when trying to compile on Xcode? Are you trying to fix this error below? Undefined symbols for architecture armv7: “__gplaySetReceivedDataCallback“, referenced from: RegisterMonoModules() in RegisterMonoModules.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) If you’re like …

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 …

PS4 Remote Play is now available!

Sony has just launched an Android Remote Play app on Google Play for Sony Xperia devices only. Now you can use your Sony device (Smartphone or tablet) to play or stream games from your Playstation®4 console. You’ll need a wireless Dualshock®4 controller, a high speed internet and a PSN account. You can download the Remote Play app here, …