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

VRC0011: Udon does not currently support syncing of the type

PropertyValue
IDVRC0011
CategoryUnexpected
SeverityWarning
Runtime Version3.1.0 ~ latest

Udon does not currently support syncing of the type.

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour
{
    [UdonSynced]
    ~~~~~~~~~~~~
    private TestBehaviour0 _some;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
}

Code with Fix

// NOT YET PROVIDED
VRC0011: Udon does not currently support syncing of the type / Udon Analyzer / Natsuneko Laboratory Docs