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.
Component | Description |
---|---|
VRC_AudioBank | Can used to play sounds easily in a scene. Deprecated. SDK2 only. |
VRC_DataStorage | VRC_DataStorage is used for syncing variables between objects and users. Deprecated. SDK2 only. |
VRC_DestructibleStandard | VRC_DestructibleStandard is used for creating objects that have health and can be destroyed. Deprecated. SDK2 only. |
VRC_ObjectSync | SDK3: Used to sync transform values of a GameObject. SDK2: Used to sync transform values and animator state of a GameObject. Deprecated. SDK2 only. |
VRC_Panorama | VRC_Panorama is used to view Panoramas in VRChat. Deprecated. SDK2 only. |
VRC_PlayerMods | Used to controls player settings in a room such as speed and jump. Deprecated. SDK2 only. |
VRC_UiShape | Script used to make UnityUI interactable in VRChat. Requires a Unity UICanvas element. |
VRC_SyncVideoPlayer | Allows a Video Player to be synced with others in the instance. Deprecated. SDK2 only. Use Udon Video Players instead. |
VRCPipelineManager | Used to store the ID of a world or avatar |
VRC_SyncVideoStream | Provides the control center and playlist options for your video. Deprecated. SDK2 only. Use Udon Video Players instead. |
VRC_VideoScreen | Used to display video. Deprecated. SDK2 only. Use Udon Video Players instead. |
VRC_VideoSpeaker | Acts as a virtual speaker for the video. Deprecated. SDK2 only. Use Udon Video Players instead. |
VRC_MidiNoteIn | Use a MIDI device to add interaction to your world. Deprecated. SDK2 only. Use Midi in Udon instead. |
VRC_OscButtonIn | Control your world with any software compatible with OpenSoundControl. Deprecated. SDK2 only. Future Udon compatibility planned. |
Updated about 1 year ago