Перейти к файлу
JackPr 76ae36a857 Removed irrelevant markdown files 2019-08-02 09:52:38 -07:00
.yamato Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
Documentation~ Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
Runtime Adding optional configuration verification test 2019-08-01 16:08:08 -07:00
.gitignore Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
.npmignore Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
CHANGELOG.md Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
CHANGELOG.md.meta Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
CONTRIBUTING.md Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
CONTRIBUTING.md.meta Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
LICENSE.md Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
LICENSE.md.meta Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
README.md Removed irrelevant markdown files 2019-08-02 09:52:38 -07:00
README.md.meta Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
Runtime.meta Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
Third Party Notices.md Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
Third Party Notices.md.meta Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
package.json Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00
package.json.meta Initial commit. Copy of package from xr.sdk.validation commit 4f7a30bea6e726b9f9e373f788c1bc7aa581d9b6 2019-07-30 14:34:46 -07:00

README.md

XR Plugin Automated Input Tests

This package contains automated tests meant to exercise a XR Plugin Input Provider. Active devices must be hooked up to the machine running these tests. These tests do not guarantee complete compliance. Make sure to run the manual tests as well for full coverage.

How to add this to your project:

  • Open the package manager window
  • Press the "+" button in the upper left corner of package manager, and select to add a package from a git URL.
  • In the text box that appears, paste in this URL: "https://github.com/Unity-Technologies/com.unity.xr.certinputauto.git"
  • Open the manifest.json for your project and add this package to the "testables" list. If no testables list exists, add the following as a top level entry (at the same level as the "dependencies" list)" "testables": [ "com.unity.xr.certinputauto" ]