General Components

Test Description

🚧

Deprecated

This page formerly listed 'General Components'. Visit our new documentation at https://creators.vrchat.com/ instead.

Many of these components are SDK2-only, and are therefore deprecated! They will no longer receive updates.

We strongly suggest creators migrate to SDK3 and Udon as soon as possible.

ComponentDescription
VRC_AudioBankCan used to play sounds easily in a scene. Deprecated. SDK2 only.
VRC_DataStorageVRC_DataStorage is used for syncing variables between objects and users. Deprecated. SDK2 only.
VRC_DestructibleStandardVRC_DestructibleStandard is used for creating objects that have health and can be destroyed. Deprecated. SDK2 only.
VRC_ObjectSyncSDK3: Used to sync transform values of a GameObject.

SDK2: Used to sync transform values and animator state of a GameObject. Deprecated. SDK2 only.
VRC_PanoramaVRC_Panorama is used to view Panoramas in VRChat. Deprecated. SDK2 only.
VRC_PlayerModsUsed to controls player settings in a room such as speed and jump. Deprecated. SDK2 only.
VRC_UiShapeScript used to make UnityUI interactable in VRChat. Requires a Unity UICanvas element.
VRC_SyncVideoPlayerAllows a Video Player to be synced with others in the instance. Deprecated. SDK2 only. Use Udon Video Players instead.
VRCPipelineManagerUsed to store the ID of a world or avatar
VRC_SyncVideoStreamProvides the control center and playlist options for your video. Deprecated. SDK2 only. Use Udon Video Players instead.
VRC_VideoScreenUsed to display video. Deprecated. SDK2 only. Use Udon Video Players instead.
VRC_VideoSpeakerActs as a virtual speaker for the video. Deprecated. SDK2 only. Use Udon Video Players instead.
VRC_MidiNoteInUse a MIDI device to add interaction to your world. Deprecated. SDK2 only. Use Midi in Udon instead.
VRC_OscButtonInControl your world with any software compatible with OpenSoundControl. Deprecated. SDK2 only. Future Udon compatibility planned.