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
- Search: Inspector section icon is less sharp/more pixelated than other editor icons
- Search description string is always truncated
- [VFX] When Grouped Nodes are converted to Subgraph Operator resulting Graph Node is not included in the Group
- Search window icons are less sharp/more pixelated than other editor icons
- The Inspector can be covered when scaling the horizontal separator bar
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.