style : code comment

pull/229/head
hevinci 2024-01-10 15:04:29 +08:00
parent de36f984d7
commit 3e6c55d981
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ namespace YooAsset.Editor
/// </summary>
public UnityEditor.AssetBundleBuild CreatePipelineBuild()
{
// 注意:我们不支持AssetBundle的变种机制
// 注意:我们不支持AssetBundle的变种机制
AssetBundleBuild build = new AssetBundleBuild();
build.assetBundleName = BundleName;
build.assetBundleVariant = string.Empty;