-
Notifications
You must be signed in to change notification settings - Fork 6
VoiceOverrideRoomExitButton
Guribo edited this page Jul 16, 2021
·
1 revision
Assets/Guribo/UdonBetterAudio/Runtime/Examples/VoiceOverrideRoomExitButton.cs
Removes and teleports players out of a VoiceOverrideRoom.
The UdonSharpbehaviour VoiceOverrideRoomExitButton is a component which
- can be used to transition out of areas that are affected by VoiceOverrideRoom
- has a configurable optional exit location
- can be used as e.g.:
- door knob with teleportation
- radio channel button that removes you to from a virtual room (in other words e.g. a voice channel)
- ...