Skip to content

Instantly share code, notes, and snippets.

@ZeredaGames
Created February 27, 2019 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZeredaGames/93262c16149e1ae69c8485c3fc44472f to your computer and use it in GitHub Desktop.
Save ZeredaGames/93262c16149e1ae69c8485c3fc44472f to your computer and use it in GitHub Desktop.
Example part A of what we need to change first in a new script
#region using
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
//using UnityEngine.UI;
//using UnityEngine.SceneManagement;
//using System;
//using System.Collections;
//using System.Collections.Generic;
#endregion
#region Script
namespace ZeredaGamesEngine.Core.MusicListsExamples.Example1
{
public class EditorWindowTutorial : MonoBehaviour {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment