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

VRC0012: Udon does not support linear interpolation of the synced type

PropertyValue
IDVRC0012
CategoryUnexpected
SeverityWarning
Runtime Version3.1.0 ~ latest

Udon does not support linear interpolation of the synced type.

Example

Code with Diagnostic

using UdonSharp;
 
class TestBehaviour0 : UdonSharpBehaviour
{
    [UdonSynced(UdonSyncMode.Linear)]
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    private string _str;
    ~~~~~~~~~~~~~~~~~~~~
}

Code with Fix

// NOT YET PROVIDED
VRC0012: Udon does not support linear interpolation of the synced type / Udon Analyzer / Natsuneko Laboratory Docs