Skip to content

Commit

Permalink
Add Udon Auto docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JLChnToZ committed Sep 2, 2023
1 parent f1f5b7d commit 9b56e9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions Packages/idv.jlchntoz.vvmw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,19 @@ This is default UI, it provides all basic interface of the player to let user in

## Third Party Support

### Udon Auth
VizVid built-in supports integration with Udon Auth, the later one is a paid asset available on my [Booth](https://xtl.booth.pm/items/3826907), which is an OTP solution for locking out certain gimmicks in your world, typically staff-only locks for event venues.

![ ](.tutorial/udonauth-1.png)
![ ](.tutorial/udonauth-2.png)

1. Assume you have set up Udon Auth in your scene, select the lock panel, click + button at custom callbacks field.
2. Find the "Player List Queue Handler" inside the player, drag it to custom callbacks field.
3. Select "Player List Queue Handler"
4. Enable "Lock" option.

In the other hand, you can program your own locks instead of using my paid asset, just send the `_OnUnlock` custom event to the Udon attached on Player List Queue Handler, and it will become unlocked.

### Audio Link
This player provides basic integration to Audio Link, basic setup please refer to the "Audio Link" option above.
![_](.tutorial/add-audiolink.png)
Expand Down

0 comments on commit 9b56e9b

Please sign in to comment.