using UnityEngine; public class ProfileHack : MonoBehaviour { public ProfileCreation profileCreation; private void Awake() { Object.Destroy(base.gameObject); } }