Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    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:
    56
    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:
    56
    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.