Search Unity

Question Make a hole on 3d object

Discussion in 'General Graphics' started by najongjine_unity, May 17, 2023.

  1. najongjine_unity

    najongjine_unity

    Joined:
    Oct 29, 2019
    Posts:
    19


    I want to make a hole or destroy part of a 3d object.
    Any information how to do this?
     
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    6,005
    Either use a 3d modelling tool like Blender to prepare the intended variations of the mesh. Or if it has to be more organic then use one of the paid mesh splitting tools on the Asset Store. If neither works for you you‘d have to program the mesh modifications using the Mesh(Data) API.
     
  3. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,205
    Or if that's as simple as you need it just create multiple cubes and fake it. ;)
     
  4. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    6,005
    I skipped this tip because I worried it will lead to exponential use of cubes. ;)