using UnityEngine; public class CharacterCustomizeController : MonoBehaviour { private void Start() { } private void Update() { } }