matyalatte / Blender-Uasset-Addon

Blender addon to import assets from .uasset files
MIT License
38 stars 18 forks source link

Are there any plans to update this #16

Open Unclear332 opened 6 months ago

Unclear332 commented 6 months ago

Hello and thank you for making this addon, how ever I'm a having a few issues trying to get a Unreal 4.27 .uasset into blender, I made a few changes in the code changing the uft-16 to also try and use uft-32 and it comes up with "struct.error: unpack requires a buffer of 4 bytes" which is probably better because before it said "UnicodeDecodeError: 'utf-16-le' codec can't decode bytes in position 1208-1209: illegal UTF-16 surrogate" but the last version on here says v0.2.1 and I'm wondering if there is an update or if there will be an update?

thanks