Editor Pro 2

Troubleshooting

Find the common fixes for missing types, assets, categories, and creation setup.

Troubleshooting

A type or asset is missing

Open Settings > Configure asset types, search for the type, and make sure it is selected. Also check that its folder is not excluded and that the type is not in Other with its selection turned off.

An asset does not appear where expected

Its per-asset category may be different from its type's category. Open the category you expect, or drag the asset to the category you want. Use the refresh button after changing a large number of files outside Unity.

My registered category is not used by a type policy

Register the category and policy in editor-load code before opening type setup. Type-policy category and enabled defaults are used when a type is first discovered; existing type choices are kept.

My creation setup did not run

If Unity has an Assets/Create entry for the type, it is used before direct fallback creation. Put the setup in CreationWorkflow.onCreated to run it regardless of how the asset was made.