magnifying-glass-chartPerk Tree Selector

If you have multiple trees to display, you'll want to use a Perk Tree Selector. Set the Holder to display which trees are available, and set a prefab with a Tree Selector Button component to instantiate at runtime for tree navigation.

Note that this is an optional component, and if you want multiple trees to show at once (like Skyrim, for example) that setting is available in the Perk Tree UI component.

The Tree Selector Button component allows you to display the Name, Icon, and Description (if set) for the related tree. This button, in combination with the Perk Tree Selector, will automatically set the PerkTreeUI to the selected Tree and change views by set inactive the Selector and setting active the PerkTreeUI.

Last updated