Update asset system

支持场景文件跨资源包配置。
This commit is contained in:
何冠峰
2022-11-16 16:25:43 +08:00
parent d5f601b0eb
commit c00594738f
2 changed files with 28 additions and 24 deletions

View File

@@ -3,8 +3,9 @@
namespace YooAsset
{
public class SceneOperationHandle : OperationHandleBase
{
{
private System.Action<SceneOperationHandle> _callback;
internal string PackageName { set; get; }
internal SceneOperationHandle(ProviderBase provider) : base(provider)
{