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
Property | Value |
---|---|
ID | VRC0004 |
Category | Usage |
Severity | Error |
Runtime Version | 3.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