Skip to content

3.0.0-Beta.56

Choose a tag to compare

@ChildoftheBeast ChildoftheBeast released this 30 Aug 00:24
· 1 commit to main since this release
64e71c4

Download: VCC

Core

Backend

  • added more null checking for when the version checker gets deleted
  • added API call to request a new UserList Download

DisBridge Plugin

  • added Boosters to EditorGUI
  • added PermissionGroup support

Access Lists

  • testing release

Group Containers

  • testing release

Permission Groups

  • Added DisplayName lookup to isMember

Plugins

VIP/PVT Rooms

  • fixed invite scrolling in prefab
  • added character limit to input fields (default 200)

NoClip

added API call to toggle on/off

Extra

DisBridgeFunctions

  • Added bool _TryGetPlayerByDisplayName(string displayName, out VRCPlayerApi player)
  • Added float Remap(float iValue, float iMin, float iMax, float oMin, float oMax)
  • Added string FormatAsPercentage(float value, float min, float max)
  • Added string _TrimString(string originalString, int maxLength)

Shader Changes

  • added PBR support to poster shader (thanks Nestorboy)
  • added hard scroll option to poster (thanks Nestorboy)