SystemInfo.systemMemorySize

Using systemMemorySize on a Windows Store build always returns zero. Is there something wrong with this field on store apps or are we doing something wrong?

This is a platform limitation unfortunately. Unity has no way to access this value for Windows Store Apps.

Dan

Unity Support