When trying to import a series of test models exported from Blender 2.8 as FBX, I am getting the following error:
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
MAST_PrepModels.CreatePrefabsFromModels () (at Assets/FSP/MAST/Scripts/Tools/MAST_PrepModels.cs:185)
MAST_Tools_Interface.OnGUI () (at Assets/FSP/MAST/Scripts/Interface/MAST_Tools_Interface.cs:61)
If anyone else is seeing this issue, importing the same models as OBJ (along with their exported mat files) works perfectly without any issues at all.