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

VRC0015: Syncing of array type is only supported in manual sync mode

PropertyValue
IDVRC0015
CategoryUnexpected
SeverityWarning
Runtime Version3.1.0 ~ latest

Syncing of array type is only supported in manual sync mode.

Example

Code with Diagnostic

using UdonSharp;
 
[UdonBehaviourSyncMode(BehaviourSyncMode.Continuous)]
class TestBehaviour0 : UdonSharpBehaviour
{
    [UdonSynced]
    ~~~~~~~~~~~~
    private string[] _urls;]
    ~~~~~~~~~~~~~~~~~~~~~~~
}

Code with Fix

// NOT YET PROVIDED
VRC0015: Syncing of array type is only supported in manual sync mode / Udon Analyzer / Natsuneko Laboratory Docs