Merge branch 'tuyoogame:main' into main

This commit is contained in:
Sayo
2023-02-20 16:33:35 +08:00
committed by GitHub
29 changed files with 416 additions and 222 deletions

View File

@@ -814,7 +814,7 @@ namespace YooAsset.Editor
try
{
CollectCommand command = new CollectCommand(EBuildMode.DryRunBuild, _enableAddressableToogle.value);
CollectCommand command = new CollectCommand(EBuildMode.DryRunBuild, _packageNameTxt.value, _enableAddressableToogle.value, _uniqueBundleNameToogle.value);
collectAssetInfos = collector.GetAllCollectAssets(command, group);
}
catch (System.Exception e)