/UnitySystemInfoViewer

Primary LanguageC#The UnlicenseUnlicense

System Info Viewer

A utility to list arbitrary properties in the SystemInfo. May be useful for investigating platform specific issues with Unity.

systeminfoview.mp4

How to use

  1. Add the package to your project
    https://github.com/asus4/UnitySystemInfoViewer.git?path=Packages/SystemInfoViewer#v1.1.1

  2. Put link.xml in the root of your project and add the following code if your project uses code-stripping

<linker>
    <!-- preserve UnityEngine.SystemInfo -->
    <assembly fullname="UnityEngine.CoreModule">
        <type fullname="UnityEngine.SystemInfo" preserve="all"/>
    </assembly>
</linker>
  1. Attach the SystemInfoView component to your GameObject
  2. Select properties you want to test