Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

How to build a hidden 3D snapping grid effect?

Discussion in 'AR/VR (XR) Discussion' started by stenfeio, Jun 2, 2020.

  1. stenfeio

    stenfeio

    Joined:
    Jan 18, 2015
    Posts:
    22
    Looking to build a 3D grid similar to the image below taken from Google Blocks.

    Seems like it consists of these main components:

    1. A set of spheres that can go transparent.
    2. A stencil that follows the controller's location.
    3. When stencil overlaps with spheres, they show up, otherwise, alpha fades to zero.
    Any advise on how to approach building this?