using UnityEngine; public class BgDownload : MonoBehaviour { public Animation ani; public void OnLoadSucceed() { ani.Play(); } }