Search Unity

How to change the filter mode of all Images in a folder throug script?

Discussion in 'Scripting' started by Colift, Sep 24, 2017.

  1. Colift

    Colift

    Joined:
    Feb 26, 2017
    Posts:
    2
    Hi Guys,

    I need to know how I change the filter mode of all Images in the assets folder to bilinear or point through my script. So how can I write that all Images from a folder should get in an array in C#?

    This is because I am working on a mobile device game and now I am working on the resolutions.

    And sorry for my bad englisch ^^

    Col
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,609
  3. Colift

    Colift

    Joined:
    Feb 26, 2017
    Posts:
    2
    Thabk you!