Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Error with RPC call in WebPlayer only U3

Discussion in 'Editor & General Support' started by FoxUmkov, Sep 22, 2010.

  1. FoxUmkov

    FoxUmkov

    Joined:
    Aug 31, 2009
    Posts:
    39
    The web assembly comes out error:
    Internal RPC error. Network ID used for static RPC function, function incorrectly called.

    (Filename: .. \ .. \ Runtime \ Network \ NetworkManager.cpp Line: 2500)
    in editore not. Who ever faced?
     
  2. andeeeee

    andeeeee

    Joined:
    Jul 19, 2005
    Posts:
    8,768
    Are you actually using RPC code in your project or has this come completely out of the blue? Can you give any more detail about what happens in the game and when the error occurs?
     
  3. FoxUmkov

    FoxUmkov

    Joined:
    Aug 31, 2009
    Posts:
    39
    During the tests, found that the error occurs after the scene fetch assetBandle with video. One of these days will try to collect the test project.
     
  4. holyfuzz

    holyfuzz

    Joined:
    Nov 16, 2010
    Posts:
    21
    I'm having exactly this same issue. I added a video texture to the game (which is not streamed, so I don't think I use asset bundles) and started getting this error on the server when a client tried to connect.

    Removing the video fixed the issue.

    Super weird!

    For us it's not a deal breaker... we were just using the video for an animated torch, so it should be easy to switch to a series of texture frames.

    But still... super weird!