Search Issue Tracker
Active
Votes
0
Found in
2.2.0-pre.7
Issue ID
UUM-138492
Regression
No
A warning is thrown when binding to "ActionButton.clickable"
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
Add comment