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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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