Skip to content

Instantly share code, notes, and snippets.

View fith's full-sized avatar
🦣

Kevin Mangan fith

🦣
View GitHub Profile
@fith
fith / PlatformManager.cs
Created November 10, 2017 18:13
Unity plugin to control systemDeviceVersion specific behavior sets.
using UnityEngine;
using System.Linq;
public class PlatformManager : MonoBehaviour {
public bool logDebugSystemInfo = false;
public bool disableAllBehaviorsOnAwake = false;
[System.Serializable]
public class PlatformBehaviors