Navigation

VSC0020: Target property for FieldChangeCallbackAttribute was not found

Property Value
ID VSC0020
Category Compiler
Severity Error
Runtime Version 3.1.0 ~ latest
Compiler Version 1.0.0 ~ latest

Target property for FieldChangeCallbackAttribute was not found.

Example

Code with Diagnostic

using UdonSharp;

public class TestBehaviour : UdonSharpBehaviour
{
    [FieldChangeCallback("MissingProperty")]
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    private string _str1;
}

Code with Fix

// NOT YET PROVIDED