1 parent 706d569 commit 493c018Copy full SHA for 493c018
1 file changed
UnityPy/tools/extractor.py
@@ -122,6 +122,7 @@ def defaulted_export_index(type: ClassIDType):
122
obj_dest,
123
append_path_id=append_path_id,
124
export_unknown_as_typetree=export_unknown_as_typetree,
125
+ asset_filter=asset_filter,
126
)
127
128
@@ -138,6 +139,7 @@ def defaulted_export_index(type: ClassIDType):
138
139
append_name=True,
140
141
142
143
144
145
0 commit comments