From fa1d79cd9761b37a006161eb89a11f66805f9d15 Mon Sep 17 00:00:00 2001 From: Hubert Jarosz Date: Tue, 13 Sep 2016 21:09:36 +0200 Subject: [PATCH] mention UWP limitations on Xbox One --- tutorials/asset_pipeline/exporting_for_uwp.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tutorials/asset_pipeline/exporting_for_uwp.rst b/tutorials/asset_pipeline/exporting_for_uwp.rst index 17f92739c..c9d45aee6 100644 --- a/tutorials/asset_pipeline/exporting_for_uwp.rst +++ b/tutorials/asset_pipeline/exporting_for_uwp.rst @@ -14,6 +14,15 @@ need to use externals to tools to do so. Also, make sure the Publisher name you set when export the package matches the name on the certificate. +Limitations on Xbox One +------------ + +As described in `UWP documentation `__: + +- available RAM is 1GB (after exceeding it, application will encounter memory allocation failures and will crash) +- share of 2-4 CPU cores +- share of 45% of GPU power + Creating a signing certificate ------------------------------