I made an Unity editor script, to quickly load a folder full of 3D models (.fbx, but it can be easily extended for other formats), and generate their respective prefabs! (and optionally auto-add some Colliders and Rigidbodies)
https://gist.github.com/andreiagmu/b60452981058564fc5454f7e46940113
It's a nice timesaver :3