refactor(srp): finalize universal package split and data-drive default scene passes

This commit is contained in:
2026-04-20 23:40:00 +08:00
parent 7fe922d1c9
commit 36c0614c14
36 changed files with 461 additions and 506 deletions

View File

@@ -1,3 +1,4 @@
using System;
using System.Reflection;
using XCEngine;
using XCEngine.Rendering;
@@ -128,9 +129,8 @@ namespace ProjectScripts
{
new UniversalRendererData
{
renderOpaque = false,
renderSkybox = false,
renderTransparent = false,
defaultScenePasses =
Array.Empty<UniversalScenePassData>(),
rendererFeatures = new ScriptableRendererFeature[]
{
new RenderObjectsRendererFeature