Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.35 KB

🪑 Please Remain Seated

Third-party Unity XR plugin that simulates AR features in the Unity editor and standalone builds.

🏔 Overview

The goal of this plugin is to reduce the need for on-device deployment and testing by simulating the features and behaviour of mobile AR frameworks like ARKit and ARCore inside the Unity editor. It also dramatically reduces the need for AR developers to get up from their chairs during development, hence the name.

These AR Foundation features are currently supported:

  • ARSession management
  • Passthrough rendering with a custom ARBackgroundRenderer
  • Horizontal and vertical ARPlane detection based on scene BoxColliders
  • Raycasting against ARPlanes
  • ARAnchor creation on planes or at arbitrary positions

This version has been tested and validated to work properly with:

  • Unity 2020.3 LTS
  • AR Foundation 4.1.7
  • Universal Render Pipeline 10.7

🧑🏻‍💻 Usage

Add this library to your Unity project's Packages/manifest.json:

{
  "com.inthepocket.pleaseremainseated": "ssh://[email protected]:inthepocket/please-remain-seated.git",
}