Home > Net >  Is there a way to make an game available for only xbox series s/x and not for xbox one?
Is there a way to make an game available for only xbox series s/x and not for xbox one?

Time:08-16

My game, built with Unity for UWP, I am using a library that is not supported for xbox one, when I upload the game I do not see a place to separate xbox one and xbox series, what should i do ?

CodePudding user response:

Yes, you can. There's a section in the developer portal for game asset definitions. You can specify which consoles are supported for your game. https://developer.microsoft.com/en-us/games/xbox/docs/xboxlive/asset-versions

CodePudding user response:

I have to say you can't specific device for the app such as only aviable for xbox series. As you know the store aviable options of the device family only contains Xbox option on the list when you publish your app. You can only detect current device info witin code behind and show dialog to notify the people xbox one is not aviaiable.

  • Related