Make a Good Looking Title Screen in Unity - 1

PHOTO EMBED

Tue Jul 12 2022 12:05:46 GMT+0000 (Coordinated Universal Time)

Saved by @AbdullaMousawi

using UnityEngine;

public class Destroy : MonoBehaviour
{
    private void Start()
    {
        Destroy(gameObject, 3f);
    }
}
content_copyCOPY