Search Issue Tracker

By Design

Votes

0

Found in

5.1.1p4

Issue ID

712766

Regression

No

[Asset Import] AssetDatabase.ImportAsset with ForceUpdate does not trigger OnPreprocessTexture/Model when cache server is used

Asset Import

-

Reproduction steps:
1. Open attached project
2. Set up Unity Cache Server (localhost will do)
3. From the menu bar select Test -> Texture -> Force Update Reimport Single
4. This will call AssetDatabase.ImportAsset(assetPath, ImportAssetOptions.ForceUpdate)
5. If Cache Server is used OnPreprocessTexture/Model and OnPostprocessTexture/Model will not be called
6. If Cache Server is not used OnPreprocessTexture/Model and OnPostprocessTexture/Model will be called

Add comment

Log in to post comment