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
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
- Crash on invalid_parameter_internal when starting Standalone Profiler
- UI Toolkit buttons stop receiving inputs when entering the new Scene while holding a button during Scene change
- VFX Graph tooltips have a double line on the bottom side
- TMP font size is "-99" by default when TMP Resources are not loaded
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.