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
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
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.