Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Shaping objects in game

Discussion in 'General Discussion' started by Blaxcode, Sep 20, 2021.

  1. Blaxcode

    Blaxcode

    Joined:
    Mar 9, 2021
    Posts:
    1
    Hey, I wonder how could I create shaping in game. I mean that the player would shape 3D objects as in mobile games like Sculpt people or Sharpen Blade.
    Thanks in advice
     
  2. ippdev

    ippdev

    Joined:
    Feb 7, 2010
    Posts:
    3,853
    MegaFiers is one way. Looping thru and moving vertices based on inputs is another. Morph targets is yet another.
     
  3. If you want arbitrarily sculpt objects, I think Clayxels is the best asset for this job, although I don't know about mobile target.
    On the other hand if you have predefined shapes like blunt and sharpened blades, then you're better off with morph targets or even just special shaders, depending on the exact situation.
     
    Last edited by a moderator: Sep 22, 2021
    Shreddedcoconut likes this.