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

5.5.0b9 with Facebook Gameroom - Call function in the webpage.

Discussion in '5.5 Beta' started by KemojoNathan, Nov 17, 2016.

  1. KemojoNathan

    KemojoNathan

    Joined:
    Oct 8, 2016
    Posts:
    4
    Facebook Gameroom supports running a Standalone Windows build inside their Gameroom window. This is actually a pretty cool thing since it appears to be just a customized Chrome web browser.

    So my question is, are the UnityEngine methods Application.ExternalCall() and Application.ExternalEval() functional in a Standalone build running inside a browser window? Can I call functions inside the containing web page the same way it works for WebGL?

    Thanks