Search Issue Tracker
By Design
Votes
4
Found in
4.1.0f4
Issue ID
533867
Regression
No
AssetPostprocessor - OnPostprocessAllAssets fires duplicate 'import' notifications on 'Save Project'
AssetPostprocessor.OnPostprocessAllAssets fires two 'import' notifications for every dirty asset on 'Save Project'.
Reproduce:
1) Open attached sample project
2) 'Editor/AssetFileWatcher.cs' is the implementation of the custom AssetPostprocessor, which basically only Debug.Log's what has been processed.
3) Click 'File > Save Project'. Since no assets have been modifed yet, nothing is written to the Console.
4) Change 'Assets/New Material', so it gets marked as dirty in the editor. I changed the x-tiling value of the material.
5) Click 'File > Save Project'.
Observe that the AssetFileWatcher.OnPostprocessAllAssets() method has been called two times for the same asset, you should see two logs in the Console window that did output the same text.
Actually I expected to get only the 'imported' notification once for an asset, not multiple times. I guess this as a bug.
Comments (1)
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
- URP ShadowCaster2D is misplaced and distorted when used with rotated Perspective Camera
- UI mesh is drawn twice when two cameras are used
- The Scene view top menu bar disappears when any Draw Mode other than "Wireframe" is selected in the specific project with a corrupted Material
- TabView.tabClosed EventHandler passes the wrong tab index as parameter when closing a tab from oldest to newest order
- Rigidbodies clip through terrain and snap back up when Heightmap Resolution is bigger than the terrain size
rhys_vdw
Jun 24, 2019 14:17
I am experiencing this issue in 2019.1.0f2. Two imports per project save.