Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
Issue ID
1329621
Regression
Yes
[AssetImport] Changing Graphics APIs in Android platform reimports most of the assets (textures, fonts, ...)
1. Have a project with some textures, fonts, audio clips etc.
2. Switch editor to Android platform (assets reimport, fine, expected).
3. Go to Project Settings -> Other Settings -> Graphics APIs, change them (e.g. remove Vulkan).
4. Assets reimport immediately!
This is not expected. Things like textures (especially uncompressed textures) should not depend on the graphics APIs. Much less Fonts etc.
Another similar sounding case: https://issuetracker.unity3d.com/issues/changing-playersettings-dot-graphicsapi-reimports-all-textures-regardless-of-their-compression-settings (case 1182352) has been marked as fixed but the behavior above does happen, at least in 2021.2.
Internally it seems that the cause is that assets record a "ImportParameter/Platform" dependency, with values like "platform:13;extendedPlatform:0;subTarget:53687091" or ""platform:13;extendedPlatform:0;subTarget:524288", i.e. the subtarget part includes the graphics APIs.
Regression started to happen with asset database V2 (ADBv2); v1 did not have this issue
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Missing page when opening reference for Panel Text Settings
- PlasticSCM NullReferenceException on entering the Play Mode when Unity Version Control tab is added to the layout
- Shortcut Helper Bar does not appear when enabling it and disabling it
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
Add comment