Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question The terrain trees need a collider tag.

Discussion in 'Physics' started by Geniusme56, May 20, 2023.

  1. Geniusme56

    Geniusme56

    Joined:
    Aug 21, 2021
    Posts:
    51
    I am making a map for one of my games. The map contains trees, which I want to make unclimbable. The problem is that the character can climb anything that doesn't have the "unclimbable" tag on it. How can I do this without having to place the trees as separate gameobject and use the tree painter tool instead? Is this even possible?