Search Issue Tracker
Fixed
Fixed in 2021.3.31f1, 2022.3.13f1, 2023.1.20f1, 2023.2.0b15, 2023.3.0a10
Votes
7
Found in
2021.3.30f1
2022.3.8f1
2023.1.11f1
2023.2.0b7
2023.3.0a3
Issue ID
UUM-47116
Regression
Yes
"Create App Packages..." option is greyed out when trying to Create App Packages in Visual Studio
How to reproduce:
1, Create a new Unity project
2, Build the project for UWP
3, Open the built Solution in Visual Studio
4, Select Project>Publish
Expected results: "Create App Packages..." is not greyed out
Actual results: "Create App Packages..." is greyed out
Reproducible with: 2021.3.30f1, 2022.3.8f1, 2023.1.11f1, 2023.2.0b7, 2023.3.0a3
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
Comments (1)
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
- Set as Value in UI Builder doesn't work across all properties.
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
- Reorderable ListView inside a ScrollView has a glitchy behavior when trying to reorder items
- Hidden method is opened in IDE when double clicking the log message in the Console that has the HideInCallstackAttribute
- Errors in the Console when creating a new "2D Platformer Microgame" template project
agarciaESS
Nov 01, 2023 19:03
As mentioned in the forums, it's caused by the package.appxmanifest being generated/stored in the Unity Data project instead of the UWP project. The current workaround is to drag the file from Unity Data project into the UWP project.