[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Mapbox.Unity.Utilities.DebugTools
|
||||
{
|
||||
using UnityEngine;
|
||||
|
||||
public class SceneData : ScriptableObject
|
||||
{
|
||||
public string Name;
|
||||
public string ScenePath;
|
||||
public Texture2D Image;
|
||||
public TextAsset Text;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user