Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.43f1
2021.3.16f1
2022.1.24f1
2022.2.2f1
2023.1.0a24
2023.2.0a1
Issue ID
UUM-21837
Regression
No
OnPostprocessAllAssets called multiple times when creating several assets
Reproduction steps:
- Open the attached “AssetImportTest.zip” project
- Select the “/Assets/Prefabs” folder in the Project window
- Press “Command + Z” / ”Control + Z” to duplicate the folder
- Observe the Console window
Expected result: OnPostProcessAllAssets is called only one time
Actual result: OnPostProcessAllAssets is called many times
Reproducible with: 2020.3.43f1, 2021.3.16f1, 2022.1.24f1, 2022.2.2f1, 2023.1.0a24
Reproducible on: M1 MacOS 13.1, Windows 10 (21H2)
Notes:
- Using the 2020.3.43f1 Intel Editor a “TargetParameterCountException” is thrown when duplicating folders
- Reproducible on both Intel and Apple Silicon Editors, however, the shortcut doesn’t work on some Intel Editors
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
OnPostprocessAllAssets being called multiple times on duplicating the folder with multiple assets is by design.