Skip to content

Instantly share code, notes, and snippets.

@twobob
Created December 11, 2015 18:45
Show Gist options
  • Save twobob/c870e446908242f8a012 to your computer and use it in GitHub Desktop.
Save twobob/c870e446908242f8a012 to your computer and use it in GitHub Desktop.
OverlayReferenceHolders supporting static class for GenerateTextObjectAndPositionDuringRuntime_FOR_PREFABS
using System;
using System.Collections;
using UnityEngine.UI;
using UnityEngine;
public static class OverlayReferenceHolders
{
public static GameObject OverlayCanvas;
public static GameObject TextPrefab;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment