Questions tagged [unity-web-player]

Unity Web Player allows content created with Unity to be played from the browser. *DEPRECATED* since March 2016.

Unity Web Player allows 3D and 2D content created with Unity to be played from the browser. End of life coincides with the release of Unity 5.4. At which point those wanting to distribute web-based browser games should be using WebGL as featured with Unity 5.4.

62 questions
4
votes
0 answers

How to store data in facebook canvas game build in unity webgl player

My game is working properly on facebook canvas, which I am building from unity in webgl player, but I am not getting any way to store my game data anywhere. Using "Playerprefs" works, but it works only in current game session, when I reload the…
4
votes
2 answers

ParseFacebookUtils.LogInAsync gives an error on WebPlayer only

I am using the Parse Unity SDK along with the Facebook Unity SDK in my game so users can log in with their Facebook account. It's working well on mobiles (Android and iOS), and in the editor. In Facebook Canvas (WebPlayer), on my machine (Mac Mini),…
4
votes
2 answers

Old version of Unity WebPlayer binary gets loaded from cache, using Facebook Unity integration

We are in the process of switching our game from our own canvas page, to using the Unity integration on Facebook. However, during our development tests we have occasionally run into a problem where the webplayer binary gets loaded from the browser…
3
votes
2 answers

Webplayer GUI Rndering issue pixelated

I made a game in unity3d, Its graphics looking perfect in unity engine. but when i built it and played in web-player its graphics become pixelated and blurry. So how can i make it pixel perfect game for web-player?
aflatoon
  • 269
  • 1
  • 2
  • 9
3
votes
1 answer

How to add adsense in unity webplayer games?

I want to know that how can i add Google adsense in unity games for web-player only. I know for mobile we use admob . I see games on kongregate.com and several other sites that they have few seconds timer and in this time they show their Google ads…
NabeelSaleem
  • 869
  • 1
  • 8
  • 14
3
votes
1 answer

Play unity web game without downloading unity web player

I'm hosting a Unity Web Game with my Google Drive and would like to share it with my friends. I tried to launch it on a different PC and instead of the game launching, a message told me to download Unity Web Player. Is there a way in which I can…
user3789990
2
votes
1 answer

Unity Web Player (Oculus Rift Support)

I currently know that unity has the ability to support oculus rift. However, in preparation for the imminent arrival of my rift I would like to know, if the unity web player has support for the oculus rift? I have already looked into webVR and it…
user1043646
2
votes
1 answer

Unity webplayer crashes with UI text (new canvas text)

I just finished the Space Shooter tutorial and since there was no GUIText object I created UI.Text objects instead and coded accordingly. It works in the unity player but not after building the web application. It took me a while to pinpoint the bug…
Madmenyo
  • 8,389
  • 7
  • 52
  • 99
2
votes
0 answers

Facebook Unity Webplayer

I have some problems with my game. It works fine in any browsers directly: https://unnyhog.com/public/upload/web_unny2/web_unny2.html But when I'm trying to launch it as facebook app, I get a problem : https://apps.facebook.com/unnyworld_test/ It…
2
votes
1 answer

Texture2D to base64 - Unity3d Web player

I'm using this code to create an Texture2D from the rendertexture of all cameras. Code: var w = 256; var h = 256; var cameras:Camera[] = Camera.allCameras; var renderTexture:RenderTexture = RenderTexture.GetTemporary(Screen.width,…
Ace-Cooper
  • 23
  • 1
  • 4
1
vote
1 answer

Failed to update Unity Web Player

When i run my Unity3d Web player html file it always give this error on MAC. Error Line Failed to update Unity Web Player. I need solution for run my webplayer build on browser . Thanks in Advance.
1
vote
1 answer

Unity Web Player distorts objects

I'm making a 2D isometric game with Unity and I made a build for the Unity Web Player and tested it on my browser (Safari 9.0.3 on Mac os El Capitan 10.11.3) without any major issues. It also was tested on a windows 10 Pro version 1511 computer (on…
Dayman75
  • 176
  • 1
  • 9
1
vote
0 answers

Unity WebPlayer not rendering canvas properly

I was trying to modify Clip panel in Ortographic Camera for the 2D unity tutorial Roguelike, but suddenly after building it again the gameObjects in canvas show all white, like below: The white box is supposed to be part of the gameboard as the…
1
vote
1 answer

Unity3D canvas SetActive not working on WebPlayer

I encountered a problem with the WebPlayer in Unity. My game has a few canvases deactivated in the beginning of my code with SetActive. In the editor or desktop version, these canvases are properly deactivated. But when I build a webplayer version,…
Karz
  • 557
  • 1
  • 6
  • 22
1
vote
0 answers

unity3d web player data file corrupt

I have a unity3d game that I am trying to deploy with unity web player. I have uploaded it to my cdn. On my machine it opens up fine in Firefox and safari. But on some machines it gives the Data file is corrupt (not a Unity Web Player file)…
Or Gal
  • 1,298
  • 3
  • 12
  • 20
1
2 3 4 5