using UnityEngine; namespace AllIn13DShader { public class DemoEnvironment : ScriptableObject { public GameObject prefab; public int sceneIndex; } }