Search Unity

Surface Align Tool - Free editor tool to snap and align to a surface

Discussion in 'Assets and Asset Store' started by SeppePeelman, Jun 10, 2022.

  1. SeppePeelman

    SeppePeelman

    Joined:
    Feb 21, 2020
    Posts:
    2
    Surface Align Tool is a free editor tool that allows you to snap an object to the collider of another while aligning it with its normal.

    I felt like this functionality was missing in Unity so I've made a small tool for it. Here's a demo:


    Check it out for free on the Asset Store.
    Hopefully it can be of use for your amazing projects!

    Seppe
     
    awlok, J2T, maxime66410 and 1 other person like this.
  2. maxime66410

    maxime66410

    Joined:
    Mar 16, 2018
    Posts:
    19
    I like it a lot, I will immediately test it as soon as I have time since it is very interesting.
     
  3. SeppePeelman

    SeppePeelman

    Joined:
    Feb 21, 2020
    Posts:
    2
    Thanks for checking it out!
     
  4. khos

    khos

    Joined:
    May 10, 2016
    Posts:
    1,490
    Would it be possible to do something like this at runtime, align objects to terrain surface?
     
  5. seppep

    seppep

    Joined:
    Mar 19, 2019
    Posts:
    1
    Sorry for the late reply. Yes it sure is possible. You should be able to do this with just a raycast for a basic version.
     
    khos likes this.
  6. khos

    khos

    Joined:
    May 10, 2016
    Posts:
    1,490
    Ok thanks :)