Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    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?