Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.7f1
Issue ID
1058023
Regression
No
[UWP] Project with UTNotifications plugin breaks by default generated Visual Assets logo
Steps to reproduce:
1. Download 1058023_repro.zip
2. Switch platform to UWP and build project
3. Open Visual Studio solution
4. Open manifest file -> Visual Assets
5. Observe, Unity generates incorrect size Badge Logo (scale 200) size 48x48px
Expected results: Visual Assets should be set correctly
Actual results: Unity generates incorrect size Badge Logo (scale 200). Generate logo size is 300x300px when it should be 48x48px
Reproduced with: 2018.1.0a6, 2018.2.1f1, 2018.1.9f1, 2017.4.8f1, 2017.1.4f1
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2019.1.X):
The issue is inside UTNotifications plugin - WSABuildPostprocessor injects stuff into the manifest, including 150x150 image as the badge icon. This is not a bug in Unity.