0

I have spent a lot of time with attempts to build unity3d project for browser(web player / web gl).

Web player crashes with "content was stopped because a fatal content error has been detected". http://185.46.9.211/web_player/web_player.html

Web GL not working with strange js exceptions. http://185.46.9.211/web_gl/index.html

Unity 5.3.1. Unet or PUN(latest from asset store) for networking. Windows 7 x64.

Windows build(exe) works fine in multiplayer mode.

Could you please explain the reason of problem in webgl or web player? Could you recommend some working tutorial?

user3071284
  • 6,955
  • 6
  • 43
  • 57
user1941407
  • 2,722
  • 4
  • 27
  • 39
  • If you're a beginner or hobbyist programmer, why not just use Unity's own networking? I've never understood why anyone bothers with PUN unless there is some specific, highly advanced, reason. – Fattie Feb 03 '16 at 12:53
  • Unet (Unity NETworking) is Unity's own networking. It is not working – user1941407 Feb 03 '16 at 13:10

1 Answers1

0

Problem was solved. Bug was in unity 5.3.1. Version 5.3.2 works fine

user1941407
  • 2,722
  • 4
  • 27
  • 39