1.0.1 • Published 8 months ago

com.iron-mountain.prize-wheels v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Prize Wheels

A tool for creating simple interactive prize wheels!

EASY SET UP! SOME CODING REQUIRED


Key components:

  1. PrizeWheel
    • Use StartSpinning() and Stop() to start and stop the wheel.
    • Value is always an int, but this can be used by other scripts for custom functionality.
    • Place on any gameobject with a Button component.
    • Available events: OnValueChanged, OnStateChanged, OnResult
  1. PrizeWheelStopButton
    • Place on any UI button.
    • Calls Stop() on the referenced PrizeWheel when clicked.
  1. PrizeWheelTickSoundEffect
    • Plays an AudioClip whenever the value of the referenced PrizeWheel changes.
1.0.1

8 months ago

1.0.0

8 months ago