Design Variables
Sawce Games
$7.15
Date |
Price |
---|---|
日時 |
価格($) |
12/12(2018) |
5.49 |
07/09(2019) |
6.6 |
05/13(2020) |
7.15 |
11/06(2024) |
7.15 |
Jump AssetStore
Centralized game design editor. One window to rule them all! One window to edit all design variables across prefabs and scriptable objects... and to cast them into darkness.Requires https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041Design Variables is an easy to use centralized game design editor. It is a window where you can see and edit all your design variables from all prefabs, scriptable objects, and even scriptable objects within scriptable objects.
It has a simple but powerful search that matches field names, declaring type names, and custom design tags. It is meant to be fast, simple, and reliable.
Works with Unity 2019.3!
Works with the new prefab workflow.
Design Variables is an asset MADE WITH ODIN. This means this asset requires you to have the ODIN INSPECTOR asset.
ODIN INSPECTOR
In order to use this asset you just have to tag which variables you want to see in the design variables window. You can tag classes too to expose all of the class attributes. To tag those you add the [DesignVariable] attribute to your variable:
[DesignVariable]
public float playerHealth = 0;
All prefabs that contain the script will be automatically scanned and will show in your design variable window.
You can also add the DesignVariable attribute with custom tags to find your variables faster in the search:
[DesignVariable("Player", "Health")]
public float playerHealth = 0;
If you need any help, contact me at contact@sawcegames.comCentralized design editor.Shows all relevant variables from all relevant prefabs in one window.Allows searching and saving searches as tabs.Specialized assembly scan with caching.