When changing Texture Format of an image, the artifact is uploaded to the cache server every time.
This is expected to happen once for each texture format, but it also happens when using a texture format that has already been uploaded.
This creates an issue where if Default/Automatic is selected, the image will be imported and re-uploaded every time, depending on which texture format is used (depending on which platform is selected)
1. Open the “IN-121098.zip” project.
2. Ensure that Cache Server is enabled/connected (Preferences>Asset Pipeline)
3. Open Editor Log.
4. Change Texture Format in the image Import Settings (to any format).
5. Notice in the Editor Log that the artifact was uploaded.
6. Switch back to the previous Texture Format.
7. Notice in the Editor Log that the artifact was uploaded.
8. Switch back and forth, and you can notice the artifact being uploaded every time.
Expected: Artifact is uploaded once for each format.
Actual: Artifact is uploaded on every texture format change.
Reproducible in: 2023.1.0a1, 6000.0.60f1, 6000.2.8f1, 6000.3.0b5, 6000.4.0a2
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: Tested using local cache server setup