打包功能
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.AddressableAssets;
|
||||
|
||||
namespace AibisDream
|
||||
{
|
||||
public class InitialLoad : MonoBehaviour
|
||||
{
|
||||
public AssetReference persistentScene;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
Addressables.LoadSceneAsync(persistentScene);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user