mirror of https://github.com/tuyoogame/YooAsset
update extension sample
parent
d3567d8dd5
commit
8e7a43275f
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Networking;
|
using UnityEngine.Networking;
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal partial class BGFSInitializeOperation : FSInitializeFileSystemOperation
|
internal partial class BGFSInitializeOperation : FSInitializeFileSystemOperation
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Networking;
|
using UnityEngine.Networking;
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class BGFSLoadPackageManifestOperation : FSLoadPackageManifestOperation
|
internal class BGFSLoadPackageManifestOperation : FSLoadPackageManifestOperation
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class BGFSRequestPackageVersionOperation : FSRequestPackageVersionOperation
|
internal class BGFSRequestPackageVersionOperation : FSRequestPackageVersionOperation
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class LoadByteGamePackageManifestOperation : AsyncOperationBase
|
internal class LoadByteGamePackageManifestOperation : AsyncOperationBase
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class RequestByteGamePackageHashOperation : AsyncOperationBase
|
internal class RequestByteGamePackageHashOperation : AsyncOperationBase
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#if UNITY_WEBGL
|
#if UNITY_WEBGL && BYTEMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class RequestByteGamePackageVersionOperation : AsyncOperationBase
|
internal class RequestByteGamePackageVersionOperation : AsyncOperationBase
|
||||||
|
|
Loading…
Reference in New Issue