This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if UNITY_IOS | |
using System.IO; | |
using UnityEditor; | |
using UnityEditor.Callbacks; | |
using UnityEditor.iOS.Xcode; | |
using UnityEngine; | |
namespace NicholasSheehan | |
{ | |
class UIApplicationExitsOnSuspendFix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using TMPro; | |
using UnityEditor; | |
using UnityEngine; | |
using UnityEngine.UI; | |
namespace NicholasSheehan | |
{ | |
//Place in an editor folder | |
class TextToTextMeshPro : MonoBehaviour | |
{ |