I am attempting to import 10s of thousands of FBX static meshes into a project. I am importing them in using a batch script which is importing the FBX correctly to the project. The issue I am having is that it is only importing 1 model at a time. Is it possible to import multiple fbx meshes simultaneously through batch? The import has been running for over 12 hours and has only imported a small percentage of the fbx meshes.
1 Like
For anyone searching on this, one method is to use multiple projects to import simultaneously, then migrate the assets into a single project at the end.
How do I make / get a batch script to do this job? I can’t press “Import All” 9,000 times for every fbx file.
(This is the only post on point I could find.)