mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-26 02:30:18 +00:00
update extension sample
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using YooAsset;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using UnityEngine;
|
||||
using UnityEngine.Networking;
|
||||
using YooAsset;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using YooAsset;
|
||||
|
||||
internal partial class BGFSInitializeOperation : FSInitializeFileSystemOperation
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using UnityEngine;
|
||||
using UnityEngine.Networking;
|
||||
using YooAsset;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using YooAsset;
|
||||
|
||||
internal class BGFSLoadPackageManifestOperation : FSLoadPackageManifestOperation
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using YooAsset;
|
||||
|
||||
internal class BGFSRequestPackageVersionOperation : FSRequestPackageVersionOperation
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using YooAsset;
|
||||
|
||||
internal class LoadByteGamePackageManifestOperation : AsyncOperationBase
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using YooAsset;
|
||||
|
||||
internal class RequestByteGamePackageHashOperation : AsyncOperationBase
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#if UNITY_WEBGL
|
||||
#if UNITY_WEBGL && BYTEMINIGAME
|
||||
using YooAsset;
|
||||
|
||||
internal class RequestByteGamePackageVersionOperation : AsyncOperationBase
|
||||
|
||||
Reference in New Issue
Block a user