Unity's Amazing New Party Trick! Render Streaming over WebRTC!

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 66

  • @gamefromscratch
    @gamefromscratch  5 лет назад +4

    Link with step by step instructions:
    www.gamefromscratch.com/post/2019/09/18/Unity-Release-Render-Streaming-Over-WebRTC.aspx

  • @FarmBoyTech
    @FarmBoyTech 6 месяцев назад +1

    We need updated version of this tutorial in 2024

  • @hermanator123
    @hermanator123 4 года назад

    Thx for clearing out how to install.
    I was a bit scred to try but with your guide it seems not too difficult
    GReat video!

  • @FuZZbaLLbee
    @FuZZbaLLbee 5 лет назад

    Cool stuff, once did a test with a plug-in that connected Chrome with Unity and displayed the RTC cam image as a render texture.

  • @GreatOutdoors1
    @GreatOutdoors1 5 лет назад +16

    If you shake a window in Windows 10, it minimizes all other windows.

    • @gamefromscratch
      @gamefromscratch  5 лет назад +7

      I apparently just discovered that.
      What a stupid UX decision... ;)

    • @GreatOutdoors1
      @GreatOutdoors1 5 лет назад +1

      @@gamefromscratch It does catch you off guard sometimes.

  • @SpirusFilms
    @SpirusFilms 5 лет назад +7

    Does this work with a built game too or does it have to run inside the editor?

  • @28082989
    @28082989 5 лет назад +6

    So what are the use cases?
    Maybe see how the UI fits on a mobile?
    Since it supports multiple connections, you could see how the game looks on different mobile sizes but any other usage for it?
    Kinda scratching my head here.

    • @The28studio
      @The28studio 5 лет назад +2

      Basically streaming.
      Also ,it's very useful for VR/AR

    • @rainefleur
      @rainefleur 5 лет назад

      @@The28studio Unity says it has not fully tested with VR/AR so it might not work correctly.

  • @simonestarace5249
    @simonestarace5249 5 лет назад +2

    That's incredible

  • @josepalemany
    @josepalemany 4 года назад +1

    I love this new possibility but have problems to compile it and don't know why... Please, could you share the working project ? Thanks!

  • @TheNewton
    @TheNewton 5 лет назад

    Desktop Stream WebRTC to phone -> Cast Phone to TV -> livestream TV to internet -> watch stream in browser on desktop -> capture to video -> pipe video to in game billboard

  • @designjunki
    @designjunki 2 года назад

    Can you drop the background, so the back ground is transparent, would be very helpful for AR development

  • @JopeliH
    @JopeliH 5 лет назад +1

    Awesome!

  • @mcbublick
    @mcbublick Год назад

    is this just editor or can we implement this in our VR app?

  • @TheNewton
    @TheNewton 5 лет назад

    Reading title too quick was kinda hoping this was letting us do rendering with a phone

  • @essamabdelrahman6069
    @essamabdelrahman6069 4 года назад

    thanks for the video, any idea how to stream it with a build version of the game? not from the editor?

  • @tomoprime217
    @tomoprime217 5 лет назад

    1st thoughts. Runs in Editor only? Ok more of a question really. I forgot if that was mentioned or not. No love for Unity Remote I suppose. Not sure what the whole point of this is otherwise unless it’s to prepare for services such as Google Stadia. I am a fan of WebRTC though so it’s kinda cool.

  • @javlontursunov6527
    @javlontursunov6527 6 месяцев назад

    We want the updated version of the tutorial in 2024

  • @ericliu2238
    @ericliu2238 3 года назад

    Thanks for your tutorial, but I want to know how could I test webRtc streaming latency from unity to web?

  • @CyberWolf755
    @CyberWolf755 5 лет назад

    Kinda bare bones implementation (like most unity features), but it has some potential to be a great productivity tool.
    Great for non-PC development.
    This would be better as a dev tool, to manage your editor instance and making easier workflow tools, rather than just web streaming your play mode. Like what UE4 showed at siggraph 2019

    • @CyberWolf755
      @CyberWolf755 5 лет назад

      Go to 1:25 of the linked video
      ruclips.net/video/Q00Icgw8VRI/видео.html

  • @sharonj731
    @sharonj731 4 года назад

    Seems to be a fit for collaboration maybe, but there are far less burdensome methods to collaborate.

  • @zainulabideniftikhar821
    @zainulabideniftikhar821 9 месяцев назад

    I followed the same steps but it do not show a new project template as in the video in unity hub

  • @D3SC0N3CT3D
    @D3SC0N3CT3D 4 года назад

    That's the future

  • @shubhamshetkar4406
    @shubhamshetkar4406 5 лет назад +1

    hi, can we create build and upload on webhost or google cloud?

  • @screamer22222
    @screamer22222 4 года назад

    Hi, thanks for the great guide. Do you think it could be a viable solution to stream textures between multiple unity apps? i'm trying to make a multiplayer app where a central machine running windows can draw on a texture, and multiple android devices can see the drawing in realtime. thanks for any help/tip/suggestion

  • @elliotbazuaye9855
    @elliotbazuaye9855 5 месяцев назад

    so basically, this is not giving them an seperate sessions?

  • @ronaldpikksaar2202
    @ronaldpikksaar2202 5 лет назад

    1:13 I managed to find "Kingdom Rush Vengeance", but what is that "Blades"?

    • @gamefromscratch
      @gamefromscratch  5 лет назад +1

      Elder Scrolls mobile game. It's mindless really

  • @The28studio
    @The28studio 5 лет назад

    Other GPUs support is coming to this project later .

  • @berkcan3475
    @berkcan3475 Год назад

    I wonder something so much how can i use this to only send data from phone to PC game

  • @peliculano
    @peliculano 5 лет назад +2

    Does it work with the Oculus Quest?

    • @francescodandria2900
      @francescodandria2900 4 года назад

      I am really interested in that... so do it work with the Oculus Quest?

    • @mcbublick
      @mcbublick Год назад

      same question

  • @soulstice555
    @soulstice555 4 года назад

    Hi! When I have created a new template, an error occurs in one script of the HDRpipeline. I just downloaded it, it should be okay. Assets\RenderPipeline\HDRP\Scripts\Editor\HDRPInitialSetupPostProcessor.cs(4,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?) Does anyone know why? If this is not fixed it doesnt allow me to use the streaming. Thank you!

  • @AZZAMNO1
    @AZZAMNO1 5 лет назад +1

    so you can play pc games from your phone?

  • @christianstamati
    @christianstamati 4 года назад

    Hi, I imported Render Streaming from package and I tried to run the sample project... I have this exception: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it.
    Could you help me?

    • @christianstamati
      @christianstamati 4 года назад

      I disabled Firewall and Windows Defender but I'm still getting the same error ;(

    • @christianstamati
      @christianstamati 4 года назад +1

      Fixed It! The webserver.exe wasn't running. If the web server isn't in the bin folder you have to download it from github: github.com/Unity-Technologies/UnityRenderStreaming/releases

  • @amedjuzwyhruiz4827
    @amedjuzwyhruiz4827 5 лет назад

    Is it free for independent development?

  • @victorlitvinov4417
    @victorlitvinov4417 5 лет назад

    I struggle to see anything special about this. It's like steam in home streaming or basic remote control but to more then one device and you can have buttons that do stuff.

    • @The28studio
      @The28studio 5 лет назад +1

      AR/VR is very helpful.
      For instance we were creating something very similar for an AR assistance.

  • @sabrango
    @sabrango 5 лет назад

    cooh!

  • @unityersin2153
    @unityersin2153 4 года назад

    I haven't found this one : com.unity.webrtc-1.0.1-preview.tgz

    • @vjanomolee
      @vjanomolee 3 года назад

      look for Unity Render Streaming

  • @bexplosion
    @bexplosion 5 лет назад +7

    I didn't get why this is useful.

  • @mussadiqzainal4142
    @mussadiqzainal4142 5 лет назад

    Wow 0_0

  • @augustined.nguyen8765
    @augustined.nguyen8765 4 года назад +1

    Does this support IOS or Android?

  • @famesaro65
    @famesaro65 5 лет назад +1

    Alexa turn on Unity :D

  • @fragarena9910
    @fragarena9910 5 лет назад

    to hell with streaming

  • @kaiserdrache7675
    @kaiserdrache7675 5 лет назад

    In other words, it's too hard, don't bother.

    • @The28studio
      @The28studio 5 лет назад

      Lol everything is too hard in that sense.

  • @kamberhasan4245
    @kamberhasan4245 5 лет назад

    You hate for some reason UE4

    • @gamefromscratch
      @gamefromscratch  5 лет назад +13

      Huh? I do tons of UE 4 coverage

    • @CyberWolf755
      @CyberWolf755 5 лет назад +2

      It's news coverage. He is just showing of a new feature in Unity