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

WebGL export "player interaction"

Discussion in 'Unity 5 Pre-order Beta' started by MetalSutton, Feb 17, 2015.

  1. MetalSutton

    MetalSutton

    Joined:
    Sep 22, 2014
    Posts:
    26
    Hey all,

    I don't use Unity5 (yet) however as someone who enjoys exporting to the Unity 4.6 webplayer, there are some quirks to the Java element, like the fact that its purely an overlay. No other website elements can overlap it (dropdown menus) and that you can only have one player per page.

    I am looking into creating a more interactive store page that allows you to rotate 3d products, my goal would be make it feel like its subtle part of the website. Is it possible to create many webGL players on one page?

    Otherwise, creating one big player that forced the focus back to the website on GetButtonUp to enable webpage scrolling instead of remaining still on just the player, so I can set the player to 4000 pixels high etc. Is this possible?