Search Unity

Question How do you change the size of the area ARMeshManager generates meshes in?

Discussion in 'AR' started by cf_alex_bull, Nov 29, 2022.

  1. cf_alex_bull

    cf_alex_bull

    Joined:
    Nov 15, 2022
    Posts:
    3
    I would like to clear all the meshes then constrain newly generated ones to a specific area on image recognition.

    I have tried using SetBoundingVolume on the subsystem to no effect and also resizing the mesh manager itself since that seems to call SetBoundingVolume on itself, passing in its local scale.

    Anyone know how to achieve this?
     
  2. hineworks

    hineworks

    Joined:
    Nov 1, 2021
    Posts:
    4
    Hi, I'm trying to achieve the same thing and also have had no luck with SetBoundingVolume. Perhaps it's not implemented in ARKit?