Loading...
Searching...
No Matches
realvirtual.CustomShaderConversionPlugin Class Reference
GLTFExportPlugin that converts custom shaders to URP/Lit before GLB export. More...
Inheritance diagram for realvirtual.CustomShaderConversionPlugin:
Public Member Functions | |
| override GLTFExportPluginContext | CreateInstance (ExportContext context) |
Properties | |
| override string | DisplayName [get] |
| override bool | EnabledByDefault [get] |
| override bool | AlwaysEnabled [get] |
Detailed Description
GLTFExportPlugin that converts custom shaders to URP/Lit before GLB export.
Maps _BaseColor, _Smoothness, _Metallic from the original shader to URP/Lit properties. Original materials are restored after export completes.