• Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 2.6.0: 2022-09-28T08:34:09Z
  • First Published: 2018-12-12T07:23:07Z
  • Size: 243760
  • Supported Unity Versions: 2021.3.9
tools utilities

Design Variables

(4 Votes)
$6.49 $6.49

Design 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 [email protected]


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!