using UnityEngine; public class PrefabSize : MonoBehaviour { public Vector2Int prefabSize = new Vector2Int(3, 5); }