Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

UI - 2D Knob controller

Discussion in 'UGUI & TextMesh Pro' started by sara_unityads, Mar 8, 2019.

  1. sara_unityads

    sara_unityads

    Joined:
    Feb 7, 2015
    Posts:
    26
    Its a small code can be used at runtime/gameplay to control various settings of gameplay like music loudness change, player speed change, etc.., based on your needs. you can found code at github:
    https://github.com/saravanan2020/Unity3d-Knob-Controller

    icon.png

    Just press, hold and drag the knob up/down to change light intensity, shadow strength.
    sm.png
     

    Attached Files:

    • icon.png
      icon.png
      File size:
      17.7 KB
      Views:
      585
    Last edited: Mar 8, 2019
  2. SimonDarksideJ

    SimonDarksideJ

    Joined:
    Jul 3, 2012
    Posts:
    1,688
  3. sara_unityads

    sara_unityads

    Joined:
    Feb 7, 2015
    Posts:
    26
    Thank you...