x


Why does Unity editor reimport everything upon save project?

I've noticed that when I quit Unity editor and save my project, it always reimports every model/asset. I know this for certain as I have my own FBXimport script attached to the PostModel Processing (to fix scale and animation etc.) and this script logs every change/import in the console.

Is this normal behaviour or do I have to look for some kinda setting/mistake on my machine?

more ▼

asked Jul 30 '11 at 03:12 AM

BerggreenDK gravatar image

BerggreenDK
2.4k 54 62 75

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

If your asset post processor is modifying the assets, that will in itself cause that. I do the same thing (for the same reason, I suspect), but I save the animations as a new asset. I don't see the problem you see, but I used to when I was doing that post process differently ( I don't recall exact details, sorry).

more ▼

answered Jul 30 '11 at 04:48 AM

Waz gravatar image

Waz
6.5k 22 33 71

yeah, well - I am making the scale on every FBX to be 1.0 instead of 0.001 from Blender and then I set the animation import flag from the assert name, so if an FBX contains "anim" in the name, it will enable animation imports otherwise remove/disable it. This makes the export/import easier for the artists.

Aug 01 '11 at 07:49 AM BerggreenDK
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1679
x438
x269
x138
x17

asked: Jul 30 '11 at 03:12 AM

Seen: 984 times

Last Updated: Aug 01 '11 at 07:49 AM