UnityPack icon indicating copy to clipboard operation
UnityPack copied to clipboard

Missing RuntimePlatform enum value for Nintendo Switch

Open evilwombat opened this issue 6 years ago • 1 comments

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)

evilwombat avatar Dec 10 '18 09:12 evilwombat

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.

nanoNago avatar Jan 11 '20 17:01 nanoNago