Skip to content

VoiceOverrideRoomExitButton

Guribo edited this page Jul 16, 2021 · 1 revision

VoiceOverrideRoomExitButton

Assets/Guribo/UdonBetterAudio/Runtime/Examples/VoiceOverrideRoomExitButton.cs

Removes and teleports players out of a VoiceOverrideRoom.

Overview

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)
    • ...

Clone this wiki locally