Search Unity

does Unity recognize when Window switches from minimize to fullscreen?

Discussion in 'Scripting' started by TRuoss, Feb 12, 2013.

  1. TRuoss

    TRuoss

    Joined:
    Dec 5, 2012
    Posts:
    85
    Hello,

    i am searching for a function that is called when the window of my program goes from the task bar to fullscreen or every other window size changes.

    thanks for any suggestions.
     
  2. EliteMossy

    EliteMossy

    Joined:
    Dec 2, 2012
    Posts:
    513
    Not that i am aware of sorry.
     
  3. TRuoss

    TRuoss

    Joined:
    Dec 5, 2012
    Posts:
    85
    thanks EliteMossy for the reply. if i can find something or do a workaround i will post it here
     
  4. thesouthpaw

    thesouthpaw

    Joined:
    Jun 2, 2010
    Posts:
    41
    I think you could write you own by using Screen.width and Screen.height