Add a security keypad to your world.
USAGE
- Add the SecurityKeypad script to a mesh in the world that will serve as the interactable keypad.
- Set PASSCODE to the secret code the user must enter, and MAXATTEMPTS to the number of times the user can enter a bad code before failing. Supply custom scripted events for OnSuccess and OnFailure if desired.
- Add the SecurityKeypadUIHandler and SecurityKeypadUI widget to the USER template.
The package contains a README with full instructions and information on how to use the script, as well as a list of ToDo and Changelog items (as changes are made).