mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-30 21:48:47 +00:00
update extension sample
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Networking;
|
using UnityEngine.Networking;
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal partial class WXFSInitializeOperation : FSInitializeFileSystemOperation
|
internal partial class WXFSInitializeOperation : FSInitializeFileSystemOperation
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Networking;
|
using UnityEngine.Networking;
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class WXFSLoadPackageManifestOperation : FSLoadPackageManifestOperation
|
internal class WXFSLoadPackageManifestOperation : FSLoadPackageManifestOperation
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class WXFSRequestPackageVersionOperation : FSRequestPackageVersionOperation
|
internal class WXFSRequestPackageVersionOperation : FSRequestPackageVersionOperation
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class LoadWechatPackageManifestOperation : AsyncOperationBase
|
internal class LoadWechatPackageManifestOperation : AsyncOperationBase
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class RequestWechatPackageHashOperation : AsyncOperationBase
|
internal class RequestWechatPackageHashOperation : AsyncOperationBase
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|
||||||
internal class RequestWechatPackageVersionOperation : AsyncOperationBase
|
internal class RequestWechatPackageVersionOperation : AsyncOperationBase
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if UNITY_WECHAT_GAME
|
#if UNITY_WEBGL && WEIXINMINIGAME
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using YooAsset;
|
using YooAsset;
|
||||||
|
|||||||
Reference in New Issue
Block a user