- Home /
Does Unity import assets everytime?
Does it need to import assets everytime or can you stop it from doing so?
In version 3.5, Unity is doing this again! Unity 3.5 endlessly importing assets
Answer by Eric5h5 · Apr 09, 2010 at 10:25 PM
No, Unity does not need to import assets every time. It only imports assets that have changed. If it's reimporting assets that have not changed, then something is going wrong. I'm not quite sure what to suggest since I've never experienced that, but you should at least know that it's not normal.
Ah its because Im new and I was starting new projects, I assumed it was reloading assets everytime. Thanks for you help anyway.
Yes, it shouldn't reimport everything every time. I have noticed that if you move or rename the top folder (containing Assets/Library/Scenes) then everything reimports the next time you run Unity. This is an issue for the way we share scenes between users -- we end up reimporting all assets each time we copy a shared scene, which is unfortunate.
Your answer
Follow this Question
Related Questions
Importing Scene and Lightmap to another project 0 Answers
Proper approach to updating assets 1 Answer
Assets won't Import 4 Answers
How do you import a character from Asset Store into your scene? 0 Answers
Some files aren't imported 0 Answers