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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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.