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

VSC0020: Target property for FieldChangeCallbackAttribute was not found

PropertyValue
IDVSC0020
CategoryCompiler
SeverityError
Runtime Version3.1.0 ~ latest
Compiler Version1.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
VSC0020: Target property for FieldChangeCallbackAttribute was not found / Udon Analyzer / Natsuneko Laboratory Docs