Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Unity Graphics

Discussion in 'General Graphics' started by dankri2002, Apr 15, 2021.

  1. dankri2002

    dankri2002

    Joined:
    Mar 19, 2021
    Posts:
    5
    Hey, im using substance painter to make my textures,I have substance designer,substance alchemist available. When i export the 4k textures from substance painter and import them to unity they get all blurry or i can clearly see that its not 4k. i was wondering on how i fix this? also if anyone have any graphic tips or something i would be happy to hear them. btw im new to texture mapping and stuff like that the first one is from substance and 2 is from unity



     
    Last edited: Apr 15, 2021
  2. Stardog

    Stardog

    Joined:
    Jun 28, 2010
    Posts:
    1,910
    Select the texture asset and adjust the compression settings at the bottom.

    You can sharpen mip maps slightly using mipMapBias in code. It might remain after stopping playing, so remember to set it back to 0.
     
  3. dankri2002

    dankri2002

    Joined:
    Mar 19, 2021
    Posts:
    5
    I changed the compression to none. it looks way better now, but its still kinda blurry.

    do i make a script out of the code and where do i put it?
     
  4. Stardog

    Stardog

    Joined:
    Jun 28, 2010
    Posts:
    1,910
    You can put it anywhere, Maybe on the camera makes the most sense. You can try it in the editor by right-clicking the component and clicking Adjust.
     
  5. dankri2002

    dankri2002

    Joined:
    Mar 19, 2021
    Posts:
    5
    weird i cant add the script its saying i have to fix all compile errors first even tho i dont have any compile errors.



     
  6. Stardog

    Stardog

    Joined:
    Jun 28, 2010
    Posts:
    1,910
    The file has to have the same name as the class.
     
  7. dankri2002

    dankri2002

    Joined:
    Mar 19, 2021
    Posts:
    5
    haha yeah i forgot about that. so like this? but its still kinda blurry mate

     
  8. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,615
    Did you set the max size to 4k in the texture's import settings?
     
  9. dankri2002

    dankri2002

    Joined:
    Mar 19, 2021
    Posts:
    5
    yea
     
  10. lilacsky824

    lilacsky824

    Joined:
    May 19, 2018
    Posts:
    171
    Do you check Quality setting?