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

Get vertices of animated mesh

Discussion in 'Animation' started by Manco Capac, Feb 16, 2015.

  1. Manco Capac

    Manco Capac

    Joined:
    Dec 10, 2012
    Posts:
    7
    I need to get the updated position of specific vertices of a mesh (only 2 vertices). I assume getting the positions continuously will not be too hardware intensive. Anyway, how can I get the updated position of the two vertices (by index) every frame?