Skip to content

Instantly share code, notes, and snippets.

@the1plummie
the1plummie / CookieCutter.cs
Created April 16, 2013 02:08
This class provides wrapper to intereact with browser cookies. Note: shamelessly copied from http://wiki.unity3d.com/index.php?title=CookieCutter, which is a javascript version
// shamelessly copied from http://wiki.unity3d.com/index.php?title=CookieCutter
// this class provides wrapper to intereact with browser cookies.
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class CookieCutter : MonoBehaviour {
public static bool loaded { get; set; }