iOS plugin – Native alert

The following article will build a plugin for native alert in Unity for iOS. The code requires threes languages C#,…

iOS Local Notifications

This will only cover local notification since remote notification requires app ID and remote server notification system. The local notification…

Coroutine++

Coroutines are a great way of: Making things happen step by step Writing routines that need to happen over time…

State-Machine FSM

You can download the FSM from GitHub below: Using the FSM To illustrate the use of the FSM. I will…

Bounded camera

This is just a simple script to bound the camera within a 2D rectangle. The player should be able to…

Basic spline – Curve

You can get the project here Use git to clone the project on your computer. This article will introduce a…

Single-Double tap

The following allows to use single and double tap for standalone and mobile. The macros discard the useless based on…

UnityGems articles

You can use the code provided on this page, check the About section for license but you can consider it…