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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.