Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Unity-Technologies/UnityRenderStreaming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: anchalsinha/UnityRenderStreaming
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 50 files changed
  • 2 contributors

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    77c0bce View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. feat: bidirectional communication sample (#359)

    * implement private mode
    
    * send connection id on createconnection
    
    * implement unity 1on1 sample
    
    * [wip]fix connection
    
    * [wip] add peerExists flag on connect
    
    * [wip] add disconnect handling
    
    * remove tracks on disconnect
    
    * implement http signaling
    
    * fix session delete
    
    * fix httpsignaling on webapp
    
    * add logging level
    
    * formated ts file
    
    * fix review and test
    
    * change error message
    
    Co-authored-by: Kazuki Matsumoto <1132081+karasusan@users.noreply.github.com>
    
    * fix signaling
    
    * fix erro msg handle
    
    * add private mode signaling test
    
    * move connectionid input to sample cone
    
    * implement videostreambase
    
    * fix videoviewer
    
    * fix 1on1 browser sample
    
    * fix private signaling
    
    * add send/recv texture propety
    
    * fix test check peer exists
    
    * add close connection at test end
    
    * waiting thread and process ending
    
    * remove todo about signaling test
    
    * enable signaling test
    
    * fix webapp copy path
    
    * fix webapp download url generate
    
    * use enviroment variable about webapp location
    
    * add connecctionid check on connect
    
    * change rtx template test to same hdrp test
    
    * ignore signaling test if scripting backend is il2cpp
    
    * add utr timeout argment
    
    * fix receive viewer texture
    
    * use yamato env about webapp name
    
    * 1on1 sample ui handle
    
    * fix websocket msg schema comment
    
    Co-authored-by: Kazuki Matsumoto <1132081+karasusan@users.noreply.github.com>
    kannan-xiao4 and karasusan authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    dddec06 View commit details
    Browse the repository at this point in the history
Loading