Saltar al contenido principal

Settings

  • Debug Mode: Enable additional debug messages.
    • VUdon Console: optional reference to vudon console
  • Auto Resize: Automatically multiple the scale of the tablet based on the user avatar height.
  • Error Sound: Sound clip played whenever theres an error.

Security

This part is used to hook to external systems for security checks.

  • PlayerTags: use vrchats built in PlayerTags system.
    • TagName: name of the tag.
    • SplitChar: character to separate tags.
  • SecurityKeypad: use the Security Keypad role names for permissions.
    • Reference to the security keypad.
  • UdonBridge: [WIP]
  • VRCLinking: [WIP]
info

The tablet itself does not come with a role management system, you need another system to make it work!

Notifications

References

These are references used by the tablet, mainly UI components, you shouldn't need to touch these unless you know exactly what you are doing.

  • Handle - The handle of the tablet, its where the pickup component is and is affected by the resize.
  • POV Camera - FollowerCamera gameobject, will be placed on target player head while on profile tab.
  • Profile - Profile tab.
  • HiddenParent - Where inactive tabs will be placed.
  • Active Parent - Where the active tab will be placed.
  • Content - The viewport content that is filled with player buttons, inside the moderation tab.
  • Title_Username - TextMeshProUGUI inside the profile tab that displays target player name.
  • Title_OnlineUsers - TextMeshProUGUI inside the moderation tab that displays player count.
  • DummyButton - Prefab used to instantiate the player buttons on the moderation tab.