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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Input System of WebBrowserInput Sample from 3.1.0-exp.3 not working

Discussion in 'Unity Render Streaming' started by jaykim305, Apr 12, 2022.

  1. jaykim305

    jaykim305

    Joined:
    Mar 15, 2022
    Posts:
    1
    Hello, I want to run the WebBrowserInput Sample on the latest version.
    I successfully tested the sample with 3.0.1-preview,
    but cannot get it working on 3.1.0-exp.3 version.
    The video is showing in the browser, but the browser input does not get reflected on the Unity scene.
    I tested on both 2019.4 and 2020.3 Unity and the results are the same.
    I followed the "Using with Input Systems" instruction in the Unity manual, but the problem is still there.
    Can I get some help?
     
  2. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    How about the Broadcast sample? WebBrowserInput sample is slightly old.
     
  3. DarkRides

    DarkRides

    Joined:
    Mar 6, 2013
    Posts:
    22
    @kazuki_unity729 ,OnDrag Event does not work when touched in the mobile browser.
     
  4. kazuki_unity729

    kazuki_unity729

    Unity Technologies

    Joined:
    Aug 2, 2018
    Posts:
    803
    Really? Let me check.
     
  5. DarkRides

    DarkRides

    Joined:
    Mar 6, 2013
    Posts:
    22
    Official example 'Broadcast' To create the Scroll View component UI, Chrome browser test drag problem, and then switch to the developer mobile phone touch mode, OnDrag does not work. This can be done through custom events. I wonder if the official InputSystem base supports browser drag events in mobile phones. Thank you!