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.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question Texture3D.Reinitialize

Discussion in '2022.2 Beta' started by GameFinder, Dec 5, 2022.

  1. GameFinder

    GameFinder

    Joined:
    Jan 7, 2015
    Posts:
    13
    Our project need generate Texture3D in update.The question is new Texture3D generate GC and doesn't have API like Texture2D.Reinitialize.

    Can Unity add Texture3D.Reinitialize API?