How to reproduce:
- Open the attached project “IN-117945”
- Open the “OutdoorsScene”
- In the Project window, open the “Assets/TestView” Visual Tree Asset
- Observe the Console
Actual result: “Could not set value for target of type 'ActionButton' at path 'clickable.command': the path is either invalid or contains a null value.” warning is thrown
Expected result: The “ActionButton” warning is not thrown
Reproducible with: 1.0.3 (6000.0.0b11), 2.2.0-pre.7 (6000.6.0a2)
Workaround: Moving the package to the “Packages” folder and adding “[CreateProperty]” above “public Pressable clickable” in the “com.unity.dt.app-ui\Runtime\UI\Components\ActionButton.cs” file
Reproducible on: Windows 11
Not reproducible on: No other environments tested