How to reimport 3d models from script

HI All,

I am trying to import the 3d models from scripting using , AssetPostprocessor close using methods like OnPreprocessModel,OnPreprocessAnimation etc,but problem is OnPreprocessModel is getting called only when the asset is imported for very first time, after that OnPreprocessModel is never getting called, please help me do a full reimport on the 3d models from scripting , so i can able to control textures,animations,materials from scripting.thanks

regards
Rajesh

Does it gets called if you right click the model in project and choose Reimport from it’s context menu?

Yes its get called

try this Unity - Scripting API: AssetDatabase.ImportAsset
with this Unity - Scripting API: ImportAssetOptions.ForceUpdate