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 slgooding · Dec 05, 2014 at 05:32 PM · webplayerplugininstall

Install Unity WebPlayer Plugin from Intranet

I am working on a project that requires all files to be loaded from the internal network. Is it possible to get the Unity web plugins to install properly from within an intranet? It needs to install for Internet Explorer.

It appears that there are 2 different methods to installing the plugin for Internet Explorer (download a file, or activeX install) .I was able to set it up so that the user can manually download the plugin from a link to install. However, this method requires the browser to be restarted (which is not acceptable). I can't seem to figure out how to get the ActiveX version to install (I'm not sure where the file even is to link to locally)...

I'm hoping someone has done this before!

Thanks!

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

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by slgooding · Dec 05, 2014 at 08:24 PM

I went ahead and solved this myself. I can now install the plugin from a local server using the Internet Explorer application installer. This allows the user to run the plugin without having to restart the browser!

I needed the following files:

  • UnityWebPlayer.exe

  • UnityWebPlayer.application

  • UnityWebPlayerBootstrap.exe.manifest

  • getunity.png (optional)

I placed these files in a subdirectory called "unityplugin". Hopefully someone else will find this helpful!

Here is the code that I used to create the link to install the application:

 div class="missing">
     <h2>Unity Web Player must be installed to run this application. Click the button below to download and install it.</h2>
     <!-- 
     <a href 
     -->
         <script>
             // Files Manually downloaded and placed into subdirectory "unityplugin"
             // http://webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayerBootstrap.exe.manifest
             // http://webplayer.unity3d.com/download_webplayer-3.x/3.0/co/UnityWebPlayer.application
             // http://webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayer.exe
             // http://webplayer.unity3d.com/installation/getunity.png
             
             var dir = window.location.href.substr(0, location.href.lastIndexOf("/") + 1); // get current URL
             
             // Link to Internet Explorer application installer
             document.write("<a href='"+ dir +"unityplugin/UnityWebPlayer.application?installer="+ dir +"unityplugin/UnityWebPlayer.exe' title='Unity Web Player must be installed!'>");
             document.write("<img alt='Unity Web Player. Install now!' src='"+dir+"unityplugin/getunity.png' width='193' height='63' />");
         </script>
     </a>
     <h3 style="font-style:oblique;">Note: This application works best with Internet Explorer. If the application will not load after installing the Unity Web Player, please completely close the browser, and start it again.</h3>
 </div>






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

25 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Install unity web player from flash 2 Answers

Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers

Web plugin installation in silent mode 0 Answers

Webplayer Engine version vs Plugin version 2 Answers

How to use dll in webplayer? 2 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