Guest User

Untitled

a guest
Oct 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (typeof unityObject != "undefined") {
  2. collapseSidebar();
  3. var params = {
  4. logoimage: "/assets/images/logo.png"
  5. }
  6. unityObject.embedUnity("unityPlayer", "/Unity/WebPlayer/WebPlayer.unity3d?20120507", $(window).width()-110, $(window).height()-100);
  7. }
Add Comment
Please, Sign In to add comment