HearthSim / UnityPack

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

Missing RuntimePlatform enum value for Nintendo Switch #77

Open evilwombat opened 5 years ago

evilwombat commented 5 years ago

Hello. The RuntimePlatform enum needs to gain the following entry: NintendoSwitch = 38 (and I need to be less sleepy and actually send a pull request, but I'll probably forget)

nanoNago commented 4 years ago

That's a build target enum -- build target and runtime platform are two different enum spaces. It's very likely that some existing usages of the RuntimePlatform actually want the BuildTarget instead.