Presets allow you to save the property configuration of a component, asset, 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 window as a preset asset. You can then use this preset asset to apply the same settings to a different component, asset, or Project Settings window.
For example, you can edit the properties of a RigidbodyA component that allows a GameObject to be affected by simulated gravity and other forces. More info
See in Glossary component, save these settings to a preset asset, then apply that preset asset to Rigidbody components in other GameObjectsThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary. The preset applies only to the Rigidbody component and doesn’t affect other components.
You can store presets in the Assets
folder of your project. Use the Project window to view and select presets to edit in the InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary.
To create a preset asset while in Edit mode or Play mode:
Select the GameObject, asset, or Project Settings window from which you want to reuse settings:
For GameObjects, select a GameObject in the Project window to open its properties for editing in the Inspector window.
For assets, select an asset in the Project window to open its import settings for editing in the Inspector window.
For project settings, from the main menu go to Edit > Project Settings and select the settings group you want to save as a preset.
In the Inspector or Project Settings window, configure the properties as you want to save.
Click the preset selector (the slider icon) at the top-right of the window.
In the Select Preset window, click Create New.
A File Save dialog appears.
Choose the location of your new preset, enter its name, and click Save.
Note: Preset support and the presect selector is only available for some Project Settings windows.
There are two ways to apply a preset:
Note: Applying a preset copies properties from the preset to the item. It doesn’t link the preset to the item. Changes you make to the preset don’t affect the items you have previously applied the preset to.
To apply a preset via the Select Preset window:
Select the GameObject, Asset import settings, or Project Settings window to which you want to apply the preset.
For GameObjects, select a GameObject in the Project window to open its properties for editing in the Inspector window.
For assets, select an asset in the Project window to open its import settings for editing in the Inspector window.
For project settings, from the main menu go to Edit > Project Settings and select the settings group you want to save as a preset.
In the Inspector or Project Settings window, click the preset selector (the slider icon) at the top-right of the window.
In the Select Preset window, search for and select the preset to apply.
Unity applies this preset to the component, asset, or Project Settings window.
Close the Select Preset window.
If you apply a component preset via drag-and-drop, Unity’s behavior depends on the state of your GameObject:
You can choose to only apply some properties from a preset and exclude others. To do this:
Select your preset in the ProjectIn Unity, you use a project to design and develop a game. A project stores all of the files that are related to a game, such as the asset and Scene files. More info
See in Glossary window.
In the Inspector, right-click a property and choose Exclude Property. The window displays a red horizontal line next to excluded properties.
Apply the preset to the target component, asset, or Project Settings.
Note: To select all or clear all checkboxes in a preset, select the More items menu (⋮) or right-click the preset name, and select Include all properties or Exclude all properties. You can still adjust individual properties if you need to.
You can also use the Exclude option for presets that you then set as the default configuration for components and asset importers. For more information, refer to Preset Manager.
You can write code to apply a preset to an asset based on the asset’s location in your project folder structure. For more information, refer to Applying default presets to assets by folder.
To edit a preset asset, select it from the Project window and edit its properties in the Inspector window.
Note: When you change the properties in a preset, your changes don’t affect items you’ve already applied the preset to. For example, if you apply a preset for a Rigidbody component to a GameObject, and then edit the preset, the settings in the Rigidbody component don’t change.
To share saved settings across projects and team members, you can export presets as an asset packageA collection of files and data from Unity projects, or elements of projects, which are compressed and stored in one file, similar to Zip files, with the .unitypackage
extension. Asset packages are a handy way of sharing and re-using Unity projects and collections of assets. More info
See in Glossary that other team members can import. For more information and instructions for how to export preset assets, refer to Create and export asset packages.
You can save and apply presets for Animation state nodes. However, the transitionsThe blend from one state to another in a state machine, such as transitioning a character from a walk to a jog animation. Transitions define how long the blend between states should take, and the conditions that activate the blend. More info
See in Glossary in the preset are shared among presets and the nodes that you apply the preset to. For example, you apply a preset to two different nodes in the Animator windowThe window where the Animator Controller is visualized and edited. More info
See in Glossary. In the Inspector window, you edit the settings for one of the transitions in the first node. Your change also appears in the other node and in the preset.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.