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

Error: Graphics.ConvertTexture is not supported on the target device.

Discussion in 'Unity Render Streaming' started by woo_dong, Feb 28, 2023.

  1. woo_dong

    woo_dong

    Joined:
    Apr 28, 2016
    Posts:
    29
    i use 3.1.0-exp6,

    and refer to this page.
    https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.1/manual/tutorial.html

    I keep getting this error message and streaming doesn't work.

    ====
    Graphics.ConvertTexture is not supported on the target device.
    UnityEngine.Graphics:ConvertTexture (UnityEngine.Texture,UnityEngine.Texture)
    Unity.RenderStreaming.VideoStreamSender/VideoStreamSourceScreen/<RecordScreenFrame>d__7:MoveNext () (at Library/PackageCache/com.unity.renderstreaming@3.1.0-exp.6/Runtime/Scripts/VideoStreamSender.cs:690)
    UnityEngine.GUIUtility:processEvent (int,intptr,bool&)
    ====

    is there something i'm missing? :(

    The same error occurs in both the existing project under development and the newly created sample project.
     
    Last edited: Feb 28, 2023
  2. woo_dong

    woo_dong

    Joined:
    Apr 28, 2016
    Posts:
    29
  3. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    I have never seen the situation you shared.
    What version of the Unity Editor are you using?
     
  4. woo_dong

    woo_dong

    Joined:
    Apr 28, 2016
    Posts:
    29
    i use 2020.3.36f1 :D
     
  5. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    Hm, there is no problem for the version.
    I would like to reproduce your issue and fix, but no idea.