Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Texture3D.Reinitialize

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

  1. GameFinder

    GameFinder

    Joined:
    Jan 7, 2015
    Posts:
    17
    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?