Skip to content

Instantly share code, notes, and snippets.

@tsubaki
Created March 1, 2018 09:41
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 tsubaki/86d1546e793eb233f5dbe174565b7b07 to your computer and use it in GitHub Desktop.
Save tsubaki/86d1546e793eb233f5dbe174565b7b07 to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(menuName = "Expose Scene Property/2D")]
public class Expose2DScene : ScriptableObject
{
public Transform player{get; set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment