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.

Question Set texture coordinates from center coordinate?

Discussion in 'Scripting' started by Meaningless-Trinket, Sep 10, 2023.

  1. Meaningless-Trinket

    Meaningless-Trinket

    Joined:
    Apr 25, 2020
    Posts:
    78
    I only have a center coordinate Vector2 to work with.

    Can I project a Vector3 vertex onto a plane to make it a Vector2 then move the Vector2 relative to the center coordinate?