So I’m working on a new game that’s a cross between Toca Mini and a vlog creator (editor..?), so I … More
Tag: unity
How to create gradient backgrounds in Unity?
Someone asked how to create gradient backgrounds in Unity on Unity Answers and Eric5h5 gave an awesome answer: This 1×2 … More
Things to note when committing your Unity Project to GIT
In your Unity Project: Go to Edit > Project Settings > Editor. Set Version Control Mode as Visible Meta Files. Set … More
#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 … More
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 … More
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 … More
Unity 3D Game Development by Example Video Review
Unity 3D Game Development by Example is a Video lecture by Adam Maxwell (Packt has videos now, apparently). It has … More
Indie Speed Run 2013: “From Strawberry” Dev Post
Indie Speed Run is like a game jam, but slightly different, because one, you don’t have to be at a … More
How to add Facebook to Unity Android?
I searched for this before, but couldn’t find a solution that was easy or cheap (by cheap, I mean free). … More
Mini Tutorial: How to localize your Unity game to Chinese? (Step 1)
UPDATE: Fixed the link to FontForge Installer http://fontforge.github.io/en-US/downloads/mac/ I get a lot of interesting answers to problems on the Unity … More
Ultimate List of Purplelilgirl Tutorials
Throughout the year(s) I have accumulated a number of mini tutorials, code bits and links, but they are just scattered … More
Mini Tutorial: How to post score of your Unity iOS game to Facebook?
-without shelling out $65 😉 Well, if you have $65 to spare, just check out Prime31’s Social Networking plugin (you … More
How to find out the language of your iPhone when using Unity?
For localizations and stuff, you know? Like say if you want your game to support different languages like English, Chinese, … More
MonoDevelop Unity error- wut? o.o Yeah, I think it’s supposed to display in some other language. But somehow I find … More
Quick Review: Unity iOS Essentials
I am currently reading “Unity iOS Essentials”, which I won from ManiacDev’s book giveaway contest. And so far, I find … More