Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

How To Create An Editor Script (UV Manipulation)

Discussion in 'Scripting' started by renman3000, Dec 18, 2014.

  1. renman3000

    renman3000

    Joined:
    Nov 7, 2011
    Posts:
    6,700
    Hi there,
    I am creating a script that allows me to manipulate the uvs of a mesh. What I am wondering is, this does this at Start. How can I manipulate the values in the editor, pre run?