mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-23 17:20:12 +00:00
update package invoke
correct name
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Reflection;
|
|||||||
|
|
||||||
namespace YooAsset
|
namespace YooAsset
|
||||||
{
|
{
|
||||||
public static class PakcageInvokeBuilder
|
public static class PackageInvokeBuilder
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 调用Editro类来执行构建资源包任务
|
/// 调用Editro类来执行构建资源包任务
|
||||||
@@ -32,7 +32,7 @@ namespace YooAsset
|
|||||||
#else
|
#else
|
||||||
namespace YooAsset
|
namespace YooAsset
|
||||||
{
|
{
|
||||||
public static class PakcageInvokeBuilder
|
public static class PackageInvokeBuilder
|
||||||
{
|
{
|
||||||
public static PackageInvokeBuildResult InvokeBuilder(PackageInvokeBuildParam buildParam)
|
public static PackageInvokeBuildResult InvokeBuilder(PackageInvokeBuildParam buildParam)
|
||||||
{
|
{
|
||||||
@@ -10,7 +10,7 @@ namespace YooAsset
|
|||||||
buildParam.InvokeAssmeblyName = "YooAsset.Editor";
|
buildParam.InvokeAssmeblyName = "YooAsset.Editor";
|
||||||
buildParam.InvokeClassFullName = "YooAsset.Editor.AssetBundleSimulateBuilder";
|
buildParam.InvokeClassFullName = "YooAsset.Editor.AssetBundleSimulateBuilder";
|
||||||
buildParam.InvokeMethodName = "SimulateBuild";
|
buildParam.InvokeMethodName = "SimulateBuild";
|
||||||
return PakcageInvokeBuilder.InvokeBuilder(buildParam);
|
return PackageInvokeBuilder.InvokeBuilder(buildParam);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user