Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Gfx.UploadTexture takes a large amount of time in my UnityEditor!

Discussion in 'General Graphics' started by luxianghua, Aug 22, 2023.

  1. luxianghua

    luxianghua

    Joined:
    May 14, 2015
    Posts:
    1
    upload_2023-8-22_20-43-47.png
    I used Texture2d.LoadRawTextureData() to create a Texture2D object. The resolution of image is 2048 * 2048.
    How to reduce uploadtexture time?