Skip to content

Instantly share code, notes, and snippets.

@mandelmonkey
mandelmonkey / Zebedee Adventure Game Appendix
Last active January 9, 2022 19:35
Appendix for the Zebedee Adventure Game Tutorial
SceneController.cs
using System;
using UnityEngine;
using System.Collections;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
using ZbdUnitySDK.Logging;
using ZbdUnitySDK;
using System.Threading;