I have been tracking my TV shows with Episodes for a while now. It’s super easy to use, just search…
Blog
How to create DLLs for Unity?
I guess the first question is Why? Why create DLLs? DLLs can be used to Tidy Up Unity Code, speed…
“New Year, New You” with Apps
New year… new year resolutions… My goal for this year is to lose my chubby tummy! So far I’m trying…
Ludum Dare 31
The theme is “Entire Game on One Screen”, which is great, because all my games have been in one screen.…
How to open a website in Unity without popping out of your App? (iOS)
I know you can always use Application.OpenURL, but if you use that, you will pop out of your app and…
Taipei Game Developers Forum 2014
Orangenose Studio took part in this year’s Taipei Game Developers Forum. Our founder and CEO, Leon Chien, gave a talk…
Swatchmate Cube Unboxing
My roommate funded the Swatchmate Cube on Kickstarter, and her Cube just arrived yesterday! This cube can capture the color…
How to open Appstore in Unity? (iOS and Android)
How to open Appstore in Unity for iOS and Android? And how to not leave app when doing it? You…
#indiesvspewdiepie weekend jam
So I haven’t done a game jam in a while (after I failed my #nar8). And I wasn’t really planning…
Game Jammin’
Maybe it’s because I’m stuck writing frameworks and plugins at work all day while the rest of the teams are…
How to load Multiple Sprites by name in Unity?
This is an open to suggestions tutorial. Meaning, this is just one way that I’m doing it, if you have…
Programmer girls in Taiwan, where’re you at? 台灣女程式設計師,妳們在嗎?
I attended a Google event in Taipei last week, and there were only a handful (quite literally) of girls in…
How to Create Unity Android Plugins?
Disclaimer: This is based on FastEgg’s Tutorial http://fastegggames.com/blog/2013/3/30/tutorial-admob Sometimes we need to create Plugins to easily use external frameworks such as…
logcat
Logcat is the used in terminal to track logs from Android devices. To call logcat from terminal, just type: adb…
Google Play Service and Unity
Michael McCarry over at FastEgg games is kind enough to write tutorials for how to get Google Play Service to…