
28,934
Downloads
23,982
Downloads of v 4.6.0
11/30/2014
Last update
Enables you to view blazing 3D content created with Unity directly in your browser, and autoupdates as necessary.
Unity allows you to build rich 3D games with animated characters, sizzling graphics, immersive physics.
Then you can deliver the games to the web or as standalone players.
To install Unity Web Player, run the following command from the command line or from PowerShell:
C:\> choco install unitywebplayer
To upgrade Unity Web Player, run the following command from the command line or from PowerShell:
C:\> choco upgrade unitywebplayer
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'unitywebplayer' $installerType = 'EXE' $url = 'http://webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayer.exe' $url64 = 'https://ssl-webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayer64.exe' $silentArgs = '/S' $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { Install-ChocolateyPackage $packageName $installerType $silentArgs $url -validExitCodes $validExitCodes Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
- tools\chocolateyUninstall.ps1
Show
$packageName = 'unitywebplayer' $installerType = 'EXE' $silentArgs = '/S' $unpath = "${Env:ProgramFiles(x86)}\Unity\WebPlayer\Uninstall.exe" $unpath_64 = "$Env:ProgramFiles\Unity\WebPlayer64\Uninstall.exe" $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { if (Test-Path $unpath_64){ $unpath = $unpath_64 } Uninstall-ChocolateyPackage $packageName $installerType $silentArgs $unpath -validExitCodes $validExitCodes Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
Virus Scan Results
- unitywebplayer.4.6.0.nupkg (9dbf7236b8b5) - ## / 56 - Log in or click on link to see number of positives
- UnityWebPlayer.exe (2064ad064d20) - ## / 53 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Unity Web Player 4.6.0 | 23982 | Sunday, November 30, 2014 | approved |
Unity Web Player 4.5.4.20141102 | 482 | Monday, November 3, 2014 | approved |
Unity Web Player 4.5.4.20141029 | 380 | Wednesday, October 29, 2014 | approved |
Unity Web Player 4.5.4 | 510 | Sunday, September 14, 2014 | |
Unity Web Player 4.5.3 | 368 | Friday, September 5, 2014 | |
Unity Web Player 4.3.4 | 1111 | Friday, January 31, 2014 | |
Unity Web Player 4.3.2 | 478 | Monday, January 13, 2014 | |
Unity Web Player 4.3.0 | 440 | Saturday, November 30, 2013 | |
Unity Web Player 4.2.1 | 322 | Monday, September 16, 2013 | |
Unity Web Player 4.2.0 | 287 | Sunday, July 28, 2013 |
Discussion for the Unity Web Player Package
Ground rules:
- This discussion is only about Unity Web Player and the Unity Web Player package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Unity Web Player, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.