K0lb3 / UnityPy

UnityPy is python module that makes it possible to extract/unpack and edit Unity assets
MIT License
771 stars 114 forks source link

Fix ContainerHelper from being non-iterable #187

Closed bloodwiing closed 1 year ago

bloodwiing commented 1 year ago

It's a very simple fix, one line and probably a simple mistake, but this single line caused my whole project to break when I updated the UnityPy version haha

K0lb3 commented 1 year ago

Oh, dang, yeah, that's indeed a stupid mistake I made there...and missed seeing during two reviews -.-'

Thanks a lot.