refactor(srp): rename first-party renderer package to universal

This commit is contained in:
2026-04-19 14:04:19 +08:00
parent 537d7d99fc
commit 570467a083
13 changed files with 147 additions and 147 deletions

View File

@@ -361,7 +361,7 @@ EditorScriptAssemblyBuildResult EditorScriptAssemblyBuilder::RebuildProjectAssem
sourcePath.lexically_relative(scriptCoreSourceRoot)
.generic_string();
if (relativePath.rfind("Rendering/Renderer/", 0) == 0 ||
relativePath.rfind("Rendering/FirstParty/", 0) == 0) {
relativePath.rfind("Rendering/Universal/", 0) == 0) {
renderPipelinesUniversalSources.push_back(sourcePath);
} else {
scriptCoreSources.push_back(sourcePath);