Update EMIPGenerator.py
This commit is contained in:
@@ -69,6 +69,7 @@ class AssetEdit:
|
|||||||
except:
|
except:
|
||||||
# Special case handling for newer files that fail to read type id
|
# Special case handling for newer files that fail to read type id
|
||||||
if self.type == "TextMeshProFont" and obj.type_id < 0:
|
if self.type == "TextMeshProFont" and obj.type_id < 0:
|
||||||
|
objType = self.type
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user