HearthSim / UnityPack

Python deserialization library for Unity3D Asset format
https://hearthsim.info/
MIT License
720 stars 153 forks source link

also treat .resS-files as resources #84

Closed hklindworth closed 4 years ago

hklindworth commented 5 years ago

Currently, only files ending with .resource are being treated as resource files, but also files with .resS should be treated this way:

https://github.com/HearthSim/UnityPack/wiki/Format-Documentation

wmtorode commented 5 years ago

thank you, this fixed an issue I was having after a unity upgrade on a game