This topic is not available in your language. Therefore, the original version (ja-jp) is displayed.

VRC0004: The specified event is deprecated use the version with VRCPlayerApi

PropertyValue
IDVRC0004
CategoryUsage
SeverityError
Runtime Version3.1.0 ~ latest

The specified event is deprecated use the version with VRCPlayerApi.

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour
{
    public override void OnStationEntered() {}
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
    public override void OnStationExited() {}
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
    public override void OnOwnershipTransferred() {}
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
}

Code with Fix

// NOT YET PROVIDED
VRC0004: The specified event is deprecated use the version with VRCPlayerApi / Udon Analyzer / Natsuneko Laboratory Docs