I'm importing a large package, and I need to do an operation after the entire package has been imported, but the postprocessor is called multiple times, each time with different portions of the package.
Is there any way to prevent this partial importing, or to detect that there are un-imported assets?
↧