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
Property | Value |
---|---|
ID | VRC0015 |
Category | Unexpected |
Severity | Warning |
Runtime Version | 3.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