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

AttributeError: 'EndianBinaryReader_Memoryview_BigEndian' object has no attribute 'is_changed' #185

Closed AhmedAhmedEG closed 1 year ago

AhmedAhmedEG commented 1 year ago

Fixed a bug where Enviroment.save() function was always assuming all asset objects have the "is_changed" attributes, causing it to raise an exception if it encountered an "EndianBinaryReader_Memoryview_BigEndian" object, as that object doesn't have an "is_changed" attribute.