The following article will build a plugin for native alert in Unity for iOS. The code requires threes languages C#, … More
Category: Uncategorized
iOS Local Notifications
This will only cover local notification since remote notification requires app ID and remote server notification system. The local notification … More
Candy Crush Style Regeneration
Regeneration system uses the Candy Crush pattern (though they did not invent it). The user can consume a life to … More
Coroutine++
Coroutines are a great way of: Making things happen step by step Writing routines that need to happen over time … More
State-Machine FSM
You can download the FSM from GitHub below: Using the FSM To illustrate the use of the FSM. I will … More
Bounded camera
This is just a simple script to bound the camera within a 2D rectangle. The player should be able to … More
Basic spline – Curve
You can get the project here Use git to clone the project on your computer. This article will introduce a … More
Android Mobile Debug Console
The following code allows to print out debug on screen for Android mobile device. Most of the time you can … More
Single-Double tap
The following allows to use single and double tap for standalone and mobile. The macros discard the useless based on … More
UnityGems articles
You can use the code provided on this page, check the About section for license but you can consider it … More