Skip to content

PipelineConverterMenu

ClassAssetInventoryAssetInventory.Editor
public static class PipelineConverterMenu

Project-view context menu integration that runs Asset Inventory’s custom pipeline converter on the current selection. Supports individual materials, prefabs/models (converts their referenced material assets), and folders (recurses into all subfolders).

[MenuItem("Assets/Convert to Current Render Pipeline", priority = 9002)]
public static void Convert()

No description is available for this member.

[MenuItem("Assets/Convert to Current Render Pipeline", true)]
public static bool ConvertValidate()

No description is available for this member.

Returns

System.Boolean — No return description is available.