Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Collision detection on large animated characters

Discussion in 'Physics' started by The_Main_Character, Dec 11, 2014.

  1. The_Main_Character

    The_Main_Character

    Joined:
    May 19, 2014
    Posts:
    2
    Howdy,

    I'm wondering how I could implement 3d collision detection such that the player character can traverse a giant moving character. I tried using the combination of general 3d colliders method however, this seems to be too inaccurate since the giant model has curves and such. Also, I have read online that mesh colliders are only for static objects. So I am stumped. How can I do this? Perhaps, this can be done through scripting?

    If my description is not detailed enough please refer to the gameplay of ps2 game Shadow Of The Colossus. That is close representation of what I aim to do.