Release v0.3.0 lowercase UPM package name

This commit is contained in:
2026-04-11 14:44:13 +08:00
parent 07fc690e67
commit 7a8dd4cea0
142 changed files with 149 additions and 78 deletions

View File

@@ -39,7 +39,7 @@ function Copy-DirectoryContents {
}
}
$packageRoot = Join-Path $ProjectRoot "PackageSource/com.foldcc.cc-framework.BriskGameServer"
$packageRoot = Join-Path $ProjectRoot "PackageSource/com.foldcc.cc-framework.brisk-game-server"
$runtimeSource = Join-Path $ProjectRoot "Assets/BriskSdk/Runtime"
$samplesSource = Join-Path $ProjectRoot "Assets/BriskSdk/Samples/QuickStart"
$sceneSource = Join-Path $ProjectRoot "Assets/Scenes/BriskQuickStartScene.unity"