Search Unity

Question how to do a sculpt obsion in unity game

Discussion in 'World Building' started by yairk333, Feb 17, 2021.

  1. yairk333

    yairk333

    Joined:
    Mar 26, 2020
    Posts:
    23
    i want to do a sculpt game in unity and I want to do a sculpting like sculpting mode in blender, how to do that?
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    It's quite difficult. As a general answer, you'll do it with procedural mesh generation (google it, and look in particular for the Catlike Coding tutorials, which are very good). Then you'll probably need to dig into the literature and find some good algorithms for blob sculpting.