#AssetStore #unity #unity3d #new #asset #gamedev #indiedev #GameContentShopper

Publisher

Mustafa Eroğlu

Please Note

This entry is from Tuesday May 2, 2023. The price of the asset may have changed since then.
Please visit our homepage for recent offers and sales. Official and private Unity Asset Store™ sales usually last about 14 days.

Overview

I preferred programming that is as understandable as possible.


Inspector Settings

  • You can set the keycode from the inspector.
  • Circular radio button view color and on hover color can be set via inspector.
  • The visibility and speed of the arrow pointing to the selected circular button can be adjusted.
  • The panel and buttons of the circular radio button must be added to their inspectorde locations. The order in which the buttons are added depends on the order of the commands in the script. For example, the first button executes the first method.
  • It is easy to switch between profiles created with Scriptable Object. So it can be used flexibly.

Unity Event and Action

  • Manager events: OnPanelEnabled, OnPanelDisabled, OnButtonChanged
  • Tab events: OnTabChanged
  • Button events: OnPressed, OnMouseEnter, OnMouseLeave
X