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

Question I want to change the ConnectionID value, but I don't know how.

Discussion in 'Unity Render Streaming' started by chealin, Sep 14, 2022.

  1. chealin

    chealin

    Joined:
    Sep 10, 2017
    Posts:
    76
    hello

    I want to connect to the web

    I want to set the ConnectionID value
    but i don't know how to set

    can you tell me..

    I opened a project on github
    In the SingleConnectionBehaviourTest.cs code,
    it was possible to specify the ConnectionID.

    I would like to specify the connectionID as in that code.
    upload_2022-9-14_15-12-52.png
     
  2. chealin

    chealin

    Joined:
    Sep 10, 2017
    Posts:
    76
    I was testing on the wrong sample project
    I realized this after seeing the github issue board.
    https://github.com/Unity-Technologies/UnityRenderStreaming/issues/653

    If you want to specify the connectionId
    I should have tested it on the Bidirectional sample, not on the Broadcast sample.
    I was able to fix the ConnectionID in BidirectionalSample.cs.