Browse Source

Merge pull request #244 from Marqin/patch-6

mention UWP limitations on Xbox One
Rémi Verschelde 9 years ago
parent
commit
f8b426c312
1 changed files with 9 additions and 0 deletions
  1. 9 0
      tutorials/asset_pipeline/exporting_for_uwp.rst

+ 9 - 0
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
 Also, make sure the Publisher name you set when export the package matches
 the name on the certificate.
 the name on the certificate.
 
 
+Limitations on Xbox One
+------------
+
+As described in `UWP documentation <https://msdn.microsoft.com/en-us/windows/uwp/xbox-apps/system-resource-allocation>`__:
+
+- 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
 Creating a signing certificate
 ------------------------------
 ------------------------------