- Home /
Importing FBX with textures
Hi,
I have imported a FBX model with textures in Unity, and there is occasional automatic re-importing of the textures while I work with the editor. This seems to be triggered by nothing particular, but wastes lots of time every time it manifests. Is there any solution to this?
Answer by dannyskim · Nov 05, 2011 at 10:35 PM
I seemed to have this problem when your folders were not organized in an efficient manner. My typical practice just to be safe and keep thing serialized is to import all required textures into a folder that I specify first, and then import the .FBX. So, take for example for animations:
"Animations Folder"
"Your FBX Here"
"Materials"
"Textures"
"Your 2nd FBX Here"
"Materials"
"Textures"
And so on. Once I moved to this folder structure I didn't get the reimport problem anymore.
Your answer
Follow this Question
Related Questions
How to change the default import settings for textures 1 Answer
How to import models with textures applied. (FBX Embed Media?) 2 Answers
All textures constantly changes "Texture Type" to "Advanced" leaving weird light issues 2 Answers
FBX to PreFabs with Vector3's 0 Answers
Custom Export and Import FBX Data 1 Answer