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 Add component

Discussion in 'Unity Render Streaming' started by QiannanWei, Sep 2, 2021.

  1. QiannanWei

    QiannanWei

    Joined:
    Sep 2, 2021
    Posts:
    5
    Hello,I have a quick question,in the sample WebBrowserInput,How do I add camera's scripts to the broadcast script,I can just find the transform of the camera at the scene. upload_2021-9-2_12-23-21.png
     
    Last edited: Sep 2, 2021
  2. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    I took the video to explain how to attach component.
    As you know it is difficult to operate this process, I will fix it to make easy to understand.
    addcomponent (1).gif
     
  3. QiannanWei

    QiannanWei

    Joined:
    Sep 2, 2021
    Posts:
    5
    I have successfully solved my problem with your help. Thank you very much!