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

Use RenderTexture

Discussion in 'Project Tiny' started by gtk2k, Feb 18, 2021.

  1. gtk2k

    gtk2k

    Joined:
    Aug 13, 2014
    Posts:
    288
    Is it possible to use RenderTexture (+ RenderTexture.getNativeTexturePtr()) in Project Tiny?
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Hi
    Tiny Doesn't support Render to texture
     
  3. gtk2k

    gtk2k

    Joined:
    Aug 13, 2014
    Posts:
    288
    Thanx @AbdulAlgharbi
    So can I use GetNativeTexturePtr() for Texture instead of RenderTexture?