using System; using UnityEngine; [Serializable] public class RenderGroup { public string name; public GameObject[] gameObjects; }