Presets are assets that you can use to save and apply identical property settings across multiple components, assets, or Project SettingsA broad collection of settings which allow you to configure how Physics, Audio, Networking, Graphics, Input and many other areas of your project behave. More info
See in Glossary windows. You can also use presets to specify default settings for new components and default import settings for assets in the Preset Manager. The Preset Manager supports any importers, components, or scriptable objects you add to the Unity Editor.
You can only apply Presets in the Editor. Presets have no effect at runtime. You can use scripting to support presets in your own MonoBehaviour, ScriptableObject or ScriptedImporter classes.
Topic | Description |
---|---|
Creating and using presets | Save the property configuration of a component, asset, or Project Settings window as a preset asset and apply the same settings to a different component, asset, or Project Settings window. |
Supporting presets for custom types | Add preset support for your own custom C# types. |
Applying default presets to Assets by folder | Apply default presets based on the location of an asset. |