diff --git a/Assets/YooAsset/Runtime/OperationSystem/AsyncOperationBase.cs b/Assets/YooAsset/Runtime/OperationSystem/AsyncOperationBase.cs index 11f5cab9..f187d0d5 100644 --- a/Assets/YooAsset/Runtime/OperationSystem/AsyncOperationBase.cs +++ b/Assets/YooAsset/Runtime/OperationSystem/AsyncOperationBase.cs @@ -93,7 +93,7 @@ namespace YooAsset throw new System.NotImplementedException(this.GetType().Name); } - internal string GetPackageName() + public string GetPackageName() { return _packageName; } @@ -191,4 +191,4 @@ namespace YooAsset private TaskCompletionSource _taskCompletionSource; #endregion } -} \ No newline at end of file +}