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

V-HACD Unity problem!

Discussion in 'Physics' started by FabPrez, Nov 19, 2021.

  1. FabPrez

    FabPrez

    Joined:
    Oct 14, 2021
    Posts:
    1
    Hi,
    Since I was searching an algorithm to approximate the mesh of a CAD object in a proper way, I was thinking about using the VHACD method.
    So I found this https://github.com/Unity-Technologies/VHACD and i wanted to implement it on my unity project.
    The problem is that, there are no information on how to do that. There is only written "Unzip the file on your project folder" but it seems that nothing change in my project.
    Can someone help me?
     
  2. kobyfr

    kobyfr

    Joined:
    Aug 21, 2020
    Posts:
    7
    same here. all I could do after the installation is attach a "VHACD" script to objects. Besides that, nothing. And no meshes were created of course.