Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.3.4f1
Issue ID
600153
Regression
No
AssetDatabase.ImportAsset doesn't trigger custom AssetPostprocessors
To reproduce:
1) Download and open project
2) Right-click "new.test" in Assets and Reimport
3) Notice "Importing a .test file! Let's do some stuff in response." printed in console
4) In the menu select Test/Reimport new.test and notice that only "Let's reimport new.test" is printed, even though it should also print "Importing a .test file! <...>"
Comments (2)
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
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
- [iOS] Application frequently crashes on Social.LoadAchievements call when many achievements are registered
- Errors “RenderPass: Attachment 0 is declared as depth attachment but RGBA8 sRGB is not a valid depth format.“ and “BeginSubPass: Not inside a Renderpass“ are present when using Native RenderPass with a RenderTexture that only has depth output
- ArgumentOutOfRangeException is thrown when an empty DropdownField is clicked at runtime
jowitt_msft
Apr 15, 2016 18:49
Looks like I needed this flag - ImportAssetOptions.DontDownloadFromCacheServer
jowitt_msft
Apr 15, 2016 18:45
I'm experiencing this issue in Unity 5.3.1p5.