# Basic Placement

Creating a Placement App (Using Plane Detection)



# About this Sample

This sample uses plane detection for object placement in the scene. The sample comes complete with all necessary components and scripts, including a collection of objects, to make the setup process as smooth as possible. Upon completion, you will have a fully functional scene ready for build and run. To start working with this sample, you need to install Resight Engine.

# Follow these steps after setting up Resight Engine:

  1. Go to the Resight Samples/Basic Placement Sample folder
  2. Locate the scene named “Basic Placement” and open it

# Basic Placement Scene

The AR setup is complete and features an AR Session to oversee the AR experience, as well as an AR Session Origin, which contains the Main Camera, The AR Plane Manager, and the AR Raycast Manager. The scene is also equipped with Resight Engine.

# Resight Engine Settings

  1. Go to the 'Resight' game object in the open scene
  2. Find the 'LibResight' component
  3. Enter your developer key (provided by Resight) and a namespace

    • A namespace can be any string (without spaces), for example: Default / Production / Test-1
    • A namespace is a unique data store under your developer account
    • Mapping data and snapped objects are not shared between different namespaces

# Game Manager Component

The 'CursorPlacement' script enables the placement of objects in the real world with the help of the AR Plane Manager and Raycast Manager functions. You may choose to customize the scene by replacing the default objects with your own Prefabs. Keep in mind that the Cursor should be nested under the Game Manager object.

  1. Find the Game Manager object in the Hierarchy
  2. Drag and drop your own Prefabs:
    • Cursor Child Object
    • Object To Place

The scene comes with pre-made materials, 3D models, and Prefabs that are ready for your use without any restrictions. Enjoy! 🙃