Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Terrain brushes

Discussion in '2018.3 Beta' started by Mullan7, Sep 14, 2018.

  1. Mullan7

    Mullan7

    Joined:
    May 23, 2013
    Posts:
    79
    I'be been playing about with the new terrain features and there is something i cant figure out. Is it possible to use paint set height and paint texture at the same time? This would be really useful for painting paths with a slight indent or slight rise.
     
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,132
    It's not supported by default but it's possible if you write your own TerrainPaintTool to do it.
     
    antoripa likes this.
  3. Mullan7

    Mullan7

    Joined:
    May 23, 2013
    Posts:
    79
    Thanks! I'll give that a try
     
    LeonhardP likes this.
  4. antoripa

    antoripa

    Joined:
    Oct 19, 2015
    Posts:
    1,163
    Any example on a basic custom TerrainPaintTool ?
     
  5. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,132
    antoripa likes this.
  6. antoripa

    antoripa

    Joined:
    Oct 19, 2015
    Posts:
    1,163
  7. Milanis

    Milanis

    Joined:
    Apr 6, 2018
    Posts:
    55
  8. LennartJohansen

    LennartJohansen

    Joined:
    Dec 1, 2014
    Posts:
    2,394
    The brush system is quite flexible. I did a custom tool that can rotate the brush to test. Easy to extend and make custom previews.
     
    Rowlan, JonDadley and antoripa like this.