Any plans to add console platform support? (Nintendo Switch, etc)
Closed this issue · 2 comments
3ternal commented
I've been using SuperUnityBuild for desktop platforms for a while, and it's been great. Just wondering if there are any plans to include consoles as target platforms, or if there's any documentation about how to add our own target platforms. Thanks.
Chaser324 commented
There's relatively fewer people building for those platforms compared to desktop and mobile OS, so I'd never bothered to do anything along those lines. However, it would really just be a matter of defining a new BuildPlatform subclass - see here for examples of all existing platforms: https://github.com/superunitybuild/buildtool/tree/master/Editor/Build/Platform
3ternal commented
Thanks! I tried making one just now and it appears to be working for me.