Search Issue Tracker
Fixed
Votes
1
Found in [Package]
2.3.0
2.4.0
Issue ID
BAR-404
Regression
No
[Android] App UI package default settings are applied incorrectly when the package is installed as a dependency of Inference Engine package
Reproduction steps:
1. Create a new project
2. Switch the Build Platform to Android/Android XR
3. Using the Package Manager, install the “com.unity.ai.inference“ package
4. Build the Player
5. In the Project window, look for a newly created “Assets/Plugins/Android” folder
Actual result: The build executes based on default values set in code rather than GUI-configured values, causing the AndroidManifest override, therefore an AndroidManifest.xml file is created in the folder
Expected Result: The build executes based on GUI default values (Editor only is True) and AndroidManifest does not override, therefore the AndroidManifest.xml file is not created
Reproducible with: 2.3.0 (6000.0.63f1), 2.4.1 (6000.2.14f1)
Couldn’t test with: 2.2.2, 2.3.0, 2.4.2 (6000.3.0f1, 6000.4.0a4, 6000.5.0a2) (“com.unity.ai.inference” does not have a dependency on “com.unity.dt.app-ui”)
Note: Not reproducible when installing the “com.unity.dt.app-ui“ package, because the settings asset must be created manually
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Fixed by another internal issue: BAPPUI-39: Bulding a new project from CLI will use default AppUI settings