Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.3.4f1
Issue ID
620068
Regression
No
Asset postprocessor fails to overwrite the .meta file in some cases
To reproduce:
1. Open the attached "zipppp.zip". It contains the project + the texture and it's meta file.
2. Open up the project
3. Drag & drop the texture (.exr) file into the editor - it will be imported
4. Open up it's meta file and look us the textureFormat line - it is set to 31
5. Delete the texture, make sure no meta file is left
6. Drag & drop the same texture but now with the included meta file into the Editor
7. Open up the meta file - notice that the textureFormat line is now 30
8. Reimport all - the line is still 30
If you do a manual change in the meta file (add another line at the end of the file) save and reopen the Editor, it will reimport the texture and then change the textureFormat to 31. It should be changed from the start.
Workaround would be to delete the meta files and force Unity to generate them again.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment