Initial project commit

This commit is contained in:
2026-01-08 16:50:20 +00:00
commit f0c5a8b267
29596 changed files with 4861782 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"reference": "Unity.RenderPipelines.HighDefinition.Editor"
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 81deefe0c82a24b92a1d585c998fe456
AssemblyDefinitionReferenceImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,24 @@
#if HDRP_1_OR_NEWER
using System.Collections.Generic;
using UnityEngine;
namespace UnityEditor.Rendering.HighDefinition
{
public static class MaterialUpgradeHelper
{
public static List<MaterialUpgrader> GetHDRPMaterialUpgraders()
{
return new List<MaterialUpgrader>
{
new StandardsToHDLitMaterialUpgrader("Standard", "HDRP/Lit"),
new StandardsToHDLitMaterialUpgrader("Standard (Specular setup)", "HDRP/Lit"),
new StandardsToHDLitMaterialUpgrader("Standard (Roughness setup)", "HDRP/Lit"),
new UnlitsToHDUnlitUpgrader("Unlit/Color", "HDRP/Unlit"),
new UnlitsToHDUnlitUpgrader("Unlit/Texture", "HDRP/Unlit"),
new UnlitsToHDUnlitUpgrader("Unlit/Transparent", "HDRP/Unlit"),
new UnlitsToHDUnlitUpgrader("Unlit/Transparent Cutout", "HDRP/Unlit"),
};
}
}
}
#endif

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 606b38640ab5a47fba9a3238a2c48c5a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: