Search Issue Tracker
Fixed
Fixed in 1.3.4, 2.0.3, 2.1.6, 2.2.0-pre.5
Votes
0
Found in
2.0.2
2.2.0-pre.4
1.3.3
Issue ID
UUM-131350
Regression
Yes
Warnings are thrown after importing Trackpad Sample
Reproduction steps:
1. Create a new project
2. Install App UI Package via Package Manager or AI button in the top Editor toolbar
3. Window > Package Management > Package Manager > App UI > Samples
4. Import Trackpad Sample and observe the Console
Actual result:
{code:java}
Assets/Samples/App UI/2.1.3/Trackpad/Scripts/TrackpadSample.cs(49,13): warning CS0618: 'VisualElement.transform' is obsolete: 'When writing the value, use VisualElement.style.translate, VisualElement.style.rotate or VisualElement.style.scale instead. When reading the value, use VisualElement.resolvedStyle.translate, scale and rotate' {code}
warnings are thrown
Expected result: No warnings or errors are thrown
Reproducible with: 2.1.1 (6000.5.0a4), 2.1.3 (6000.2.0a7, 6000.3.3f1, 6000.4.0b3, 6000.5.0a4)
Not reproducible with: 2.1.3 (6000.0.65f1, 6000.2.0a6)
Reproduced on: macOS Tahoe 26.2 (M4)
Notes:
- FAV is in the Editor version
- If package doesn't show up in the Package Manager, install it by name: com.unity.dt.app-ui
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note:
Fixed
Resolution Note (fix version 2.1.6):
Fixed in 2.1.6
Resolution Note (fix version 2.2.0-pre.5):
Fixed in 2.2.0-pre.5
Resolution Note (fix version 2.2.0-pre.5):
Fixed