Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by sephiroth111 · Jan 29, 2013 at 03:34 PM · webplayer

Unity3d offline streaming on web player

Good day, good night to all, I'm here because i couldn't find the best answer for my problem. I need to stream my 3d simulation without internet using unity3d web player. I already installed the web player plugin. My problem is why my web browser (opera, chrome, firefox) looking for a web player plugin? i already tried checking offline deployment but still i cant stream it without the internet, it says failed to update unity player and sometimes download unity web player. Please help me please. Thanks in advance.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

5 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by Graham-Dunnett · Jan 29, 2013 at 03:53 PM

The Unity webplayer plugins has three components:

  1. Plugin

  2. Player

  3. Mono

The Plugin is the glue that connects the browser to the player. So, for example, it passes on mouse clicks and keyboard presses. This component is installed when you "install" the plugin.

The Player and Mono are what actually runs your game. These components are installed on demand, so, on the first occasion that you visit a webpage that hosts Unity content. Your machine will need to be connected to the internet the first time you view Unity content, so these components can be fetched.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image sephiroth111 · Jan 29, 2013 at 04:04 PM 1
Share

i already did it so that it downloads all requirement. after successfully strea$$anonymous$$g my simulation, i rerun again the program and this time not connected to internet but still the brwser is looking for the plugin again. I dont know what to do.

avatar image
0

Answer by 3agle · Jan 31, 2013 at 03:07 PM

The solution to this is you need to have:

a) Installed the latest web player plugin from http://unity3d.com/webplayer/

(at the time of writing this is 4.0.1f2 ) (also of note: you can do this offline if you have the installer but no connection)

and

b) either: Run your program once whilst connected to the internet (this was not a possible solution for us, our clients run offline)

or,

copy the mono runtime folder/s from "C:\\Users\\YOURUSERNAME\\AppData\\LocalLow\\Unity\\WebPlayer\\mono" (on a machine that is working correctly), to the machine that runs offline.

The folders in the mono folder will be named Stable2.x.x, or Stable3.x.x, later Unity 4 builds will use 4.x.x (not Stable4.x.x). If you are running an old version of Unity, it's important to note that the 3.x.x and Stable3.x.x are NOT the same.

This is the only solution we have found to install and run a web player build entirely offline. If anyone requires help doing this feel free to PM me.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Yo123 · Feb 21, 2013 at 02:47 PM

We are having the same problem. Our customers run our application on a completely private network. Seems that "Offline Deployment" build doesn't free it from open Internet connection. If it is doing a version check, that would always fail because it receives no answer. I can do it on my wired-only grandpa box: runs fine -> disconnect Ethernet cable -> fails. We are facing up to deploying EXEs which puts a dent in our operation. Unity's position is sensible, they don't want to put up with the long straggling install curve that Flash used to have, but we would appreciate some kind of special case workaround.

Update: We are just going to have to zip up the EXE and its datafile, and instruct users to download that and unzip it to their desktop. Reverses a lot of progress we made in making our content transparent and easy to use.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Yo123 · Nov 11, 2013 at 06:18 PM 0
Share

Finally found something that works.

http://forum.unity3d.com/threads/78444-Web-Player-Auto-Update

http://webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayerFull.exe

The only question is - how eager is Unity to maintain this reasonably up to date.

avatar image
0

Answer by Superpan · Mar 04, 2013 at 09:03 AM

Hello, I face the same problem but I have not come up with a solution yet.I tried the 3agle solution but did not worked maybe I have not put the folder in the correct path. The mono folder has to be copied in the same path on the offline machine ("C:\Users\YOURUSERNAME\AppData\LocalLow\Unity\WebPlayer\mono")? I have done the a and b steps mentioned but the browser still says "Error launching Unity Player". Do I miss something? please shed some light. Thank you.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Bazsee · Jul 23, 2013 at 10:43 AM

I don't know if this is still a problem, but i've found a forum thread which helped (me, at least).

Here's the link

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

14 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Cloud recognition in Vuforia 0 Answers

Shader on MacOs and Window - D3D shader assembly failed with: (15): error X5204: 0 Answers

Unity - Player Click to lower or raise terrain 0 Answers

"using Android" doesn't recognizable on Unity 1 Answer

I'm getting an error in MonoDevelop (the type or namespace could not be found). Help? **EDIT** resolved 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges