Search Unity

Locking or overriding game object scale property coordinates in inspector window

Discussion in 'Editor & General Support' started by nowletsstart, Jun 15, 2018.

  1. nowletsstart

    nowletsstart

    Joined:
    Jan 1, 2016
    Posts:
    78
    I want to know if it is possible to lock or override the X and Y coordinates of the scale property in the inspector window so that changing one coordinate immediately changes the other and scrubbing through one coordinate changes the value of the other. If yes, how can it be done?
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    I don't think that is built in functionality. You'd need to write your own script to handle that.
     
  3. nowletsstart

    nowletsstart

    Joined:
    Jan 1, 2016
    Posts:
    78
    How would it be done?
     
  4. nowletsstart

    nowletsstart

    Joined:
    Jan 1, 2016
    Posts:
    78
    Still trying to get this done