update extension sample

pull/379/head
何冠峰 2024-09-30 17:59:25 +08:00
parent d3567d8dd5
commit 8e7a43275f
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using System.Collections.Generic;
using UnityEngine;
using YooAsset;

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using UnityEngine;
using UnityEngine.Networking;
using YooAsset;

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using YooAsset;
internal partial class BGFSInitializeOperation : FSInitializeFileSystemOperation

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using UnityEngine;
using UnityEngine.Networking;
using YooAsset;

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using YooAsset;
internal class BGFSLoadPackageManifestOperation : FSLoadPackageManifestOperation

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using YooAsset;
internal class BGFSRequestPackageVersionOperation : FSRequestPackageVersionOperation

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using YooAsset;
internal class LoadByteGamePackageManifestOperation : AsyncOperationBase

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using YooAsset;
internal class RequestByteGamePackageHashOperation : AsyncOperationBase

View File

@ -1,4 +1,4 @@
#if UNITY_WEBGL
#if UNITY_WEBGL && BYTEMINIGAME
using YooAsset;
internal class RequestByteGamePackageVersionOperation : AsyncOperationBase