Skip to main content

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.

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 - ModerationView tab. Special tab that opens when you click a playername on the moderation tab, shows player info and moderation actions.
  • 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.
  • EmptyTabPrefab - Prefab used to instantiate new tabs from the settings.
  • SelectorContent - Where the tab buttons are placed.
  • SelectorButtonPrefab - Prefab used to instantiate the tab buttons on the selector.
  • ClickSound - Sound played when clicking on buttons.
  • TabChangeSound - Sound played when changing tabs.