Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.2
2021.2.0f1
2022.1
2022.2
Issue ID
1408199
Regression
Yes
Installing the AppCentre Analytics SDK from 2021.2.0 onwards causes a crash when building AppX Packages
Reproduction steps:
1. Open project "APPX_Issue_2021_2.zip"
2. Open the App Centre window via Window > App Centre > Editor Extensions
3. Make sure Analytics SDK 4.4.0 is installed
4. Open Build Settings window from File > Build Settings
5. Switch Platform to Universal Windows Platform and build the project
6. Open Command Prompt and navigate to the build using the command "cd"
7. Run the following command to build it "MSBuild (your solution file's name).sln /p:Configuration=Release;AppxBundle=Always;AppxBundlePlatforms="x86|x64|ARM""
8. Observe errors
Expected result: Build is successful
Actual result: Build fails
Reproducible with: 2021.2.0, 2021.2.15f1, 2022.1.0b12, 2022.2.0a8
Could not test with: 2019.4.37f1, 2020.3.31f1, 2021.1.28f1 (Console errors)
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
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
- Decals do not get projected onto a GameObject draw with the Render Objects Renderer Feature when according to Event it should be projected
- The Depth value is not being written correctly in the Scene view when the Full Screen Pass Renderer Feature is applied on a GameObject with the Render Object Feature
Resolution Note:
This is a bug in the project. It patches generated C++ code and does it incorrectly, causing it not to compile anymore.