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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.