Open Stage Control with Unreal 5.1 (Tutorial)

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 27

  • @behrampatel4872
    @behrampatel4872 2 місяці тому +1

    Tight !
    This is such clear instruction and empowers students to learn VP at home using just an android phone and a laptop.
    I cant wait to try this out using Tony Bowren's method i.e without using the play button.
    Cheers,
    b
    💯

  • @puck_nz
    @puck_nz Рік тому +3

    Amazing thanks for this !
    Did you have any luck getting OSC receiving in Editor mode ?
    ... I can't seem to be able to solve that :)

  • @hendasheng
    @hendasheng 4 місяці тому +1

    I have watched some videos about unreal osc. Your explanations and methods are the most helpful for actual projects and are very scalable. I have done some work recently and based on this, I tried to control materials, models, animations, etc. ,Thank you again for your help!

  • @ayushgoswami2117
    @ayushgoswami2117 8 місяців тому +1

    Hi, i'm getting the following error: FUdpSocketBuilder: Failed to bind OSCServer_CJiMCEFoxJuNcYOEeqce5A to 192.*.*.*:6000. Error code 21.
    LogOSC: Display: OSCServer 'OSCServer_CJiMCEFoxJuNcYOEeqce5A' failed to bind to socket on 192.*.*.*:6000. Check that the server is available on the specified address.
    I have set the server to a variable and I have tried running a "checker", dont know what else can be done. Also checked with different ports.

    • @sa3adman
      @sa3adman 5 місяців тому

      found a solution to this ?

  • @sinanarts
    @sinanarts Рік тому +1

    Dear Aiden, Thank you for this simple to follow and precious tutorial. May I ask how to enable OSC CONTROL IN EDITOR. You have a tutorial on Midi but not with this very workflow.. Any help is much appreciated.

  • @qiangsang7852
    @qiangsang7852 Рік тому

    FUdpSocketBuilder: Failed to create and initialize socket OSCServer_nyvrGUoDeUuAOWgfhskQ8Q (last error: 0)
    May I ask what the problem is?

  • @ChaosPromotions
    @ChaosPromotions Рік тому +2

    you a wizard guy who has same name as me, great work man :)

  • @ygreq
    @ygreq Рік тому

    It does not let me add the array straight into the target at ua-cam.com/video/42eDMmvokMM/v-deo.html Aaaaand I'm stuck. :/
    Any suggestion why that is and how to fix it? Thank you so much!

  • @PaulikasKarolis
    @PaulikasKarolis Рік тому +1

    Wow this was very useful! Could you tell us how to add controls to actors that are already in the scene?

  • @StillSameSharkk
    @StillSameSharkk 6 місяців тому +1

    Thank you! You're such a great teacher!

  • @Fafmagic
    @Fafmagic Рік тому +1

    Useful, thanks!

  • @ibrews
    @ibrews Рік тому +1

    Excellent tutorial !

  • @JAMs6504
    @JAMs6504 Рік тому

    For local address you mean IP4 address right? Or what specific address am I looking for? Thanks!

  • @goggo9
    @goggo9 Рік тому

    Hi Aiden. Been using your OSC setup on 5.1 for a while ad it was ok. Suddenly is no longer working for 5.1 while same setup works in 5.0.3. Do you have any idea what might cause this? Many Thanks, great tuts

  • @cokehorse1
    @cokehorse1 Рік тому

    I can get OSC to Touchdesigner on cloud computer, but Unreal wont see it - unless it goes through Touch...any ideas??
    should add that you are the internet go-to Brains on this and have been massive help in the past !! cheers...

  • @hendasheng
    @hendasheng Рік тому

    Thanks for your help!

  • @LightTribe88
    @LightTribe88 Рік тому

    (UE5 Beginner) I just moved my OSC implementation over to an Editor Utility Blueprint and have been troubleshooting. This updated video's timing is perfect!

    • @3d_Something
      @3d_Something  Рік тому

      I have also heard simply exposing a custom event to the editor to create the OSC server works as well but I can’t confirm. These tutorials are aimed more towards LED stage that run in game mode. Good to hear they are still of some use.

  • @DemeterZephyr
    @DemeterZephyr Рік тому

    For those that also want to use multiple addresses in one blueprint:
    1. Set the OSC address Variable to an Array
    2. Create a For Each Loop from the Array between the [Get OSC Message Address and Convert OSC address to String] nodes
    3. Plug the Array Element from the For Each loop into the Equal exactly, or ===
    4. Set all the addresses you want to use in the Editable Variable
    Edit:
    Forgot to give an example of how to use the array.
    This example will be using a basic button in OSC
    Using the Message Float at Index node from the video we can use a truncate node and get an Integer (For some reason using the Int at Index only gives the off value for a button)
    Then once we have the int we can use the same == node to check if the value equals the On number of the button, so instead of on being 1 and off being 0 you should be able to adjust them and fire off different things depending on the number.

    • @3d_Something
      @3d_Something  Рік тому +2

      This is a good example and useful however this might break some of the more complicated setups later in the tutorial series.

  • @jazzmoradia6429
    @jazzmoradia6429 Рік тому

    For some reason, my project is just unable to connect to OSC. Log detects no activity in OSC Receiver

    • @goggo9
      @goggo9 Рік тому

      mine too, but only UE 5.1 while 5.0.3 works fine. All with the same settings.

    • @trademark_graphics
      @trademark_graphics Рік тому

      My project doesn't work on my desktop but works fine on another device. Running 5.2

    • @3d_Something
      @3d_Something  Рік тому +3

      If you have multiple network adapters on your PC (Wifi/Ethernet/Virtual/VPN) connected at once, Unreal sort of picks one at random to communicate on. You can go into the UDP and TCP plugin settings in Unreal and type the IP of the NIC you want to use in there and restart Unreal and try that.

    • @rodrigosotoaltamirano3543
      @rodrigosotoaltamirano3543 Рік тому

      @@3d_Something Hi! I'm having the same problem and I have to use a VPN in order to see this tutorial lol, I wonder if that's the problem? in any case I can't understand the UDP/TCP settings and how to set them up properly, would you mind explaining this a bit more? thanks so much for all your help and tutorials!

  • @original9vp
    @original9vp Рік тому +1

    Happy new year @aidenWilson