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
- Warning "Unable to load Unity.Android.Gradle's referenced assembly NiceIO ..." when recompiling scripts
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
Add comment