Downloads:
6,871
Downloads of v 2022.3.52:
15
Last Update:
07 Nov 2024
Package Maintainer(s):
Software Author(s):
- Unity Technologies
Tags:
unity unity3d admin linux server target- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Unity Linux Server Support
This is not the latest version of Unity Linux Server Support available.
- 1
- 2
- 3
2022.3.52 | Updated: 07 Nov 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,871
Downloads of v 2022.3.52:
15
Maintainer(s):
Software Author(s):
- Unity Technologies
Unity Linux Server Support 2022.3.52
This is not the latest version of Unity Linux Server Support available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Unity Technologies. The inclusion of Unity Technologies trademark(s), if any, upon this webpage is solely to identify Unity Technologies goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Unity Linux Server Support, run the following command from the command line or from PowerShell:
To upgrade Unity Linux Server Support, run the following command from the command line or from PowerShell:
To uninstall Unity Linux Server Support, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download unity-linux-server --internalize --version=2022.3.52 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade unity-linux-server -y --source="'INTERNAL REPO URL'" --version="'2022.3.52'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade unity-linux-server -y --source="'INTERNAL REPO URL'" --version="'2022.3.52'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install unity-linux-server
win_chocolatey:
name: unity-linux-server
version: '2022.3.52'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'unity-linux-server' do
action :install
source 'INTERNAL REPO URL'
version '2022.3.52'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller unity-linux-server
{
Name = "unity-linux-server"
Version = "2022.3.52"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'unity-linux-server':
ensure => '2022.3.52',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 07 Nov 2024.
This package adds Linux Server Support to Unity.
Log in or click on link to see number of positives.
- unity-linux-server.2022.3.52.nupkg (42961360a48f) - ## / 62
- UnitySetup-Linux-Server-Support-for-Editor-2022.3.52f1.exe (d35d9c372a62) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Unity Linux Server Support 6000.0.28 | 1 | Friday, November 22, 2024 | Waiting on dependencies | |
Unity Linux Server Support 6000.0.27 | 12 | Saturday, November 16, 2024 | Approved | |
Unity Linux Server Support 6000.0.26 | 15 | Friday, November 8, 2024 | Approved | |
Unity Linux Server Support 6000.0.25 | 13 | Friday, November 1, 2024 | Approved | |
Unity Linux Server Support 6000.0.24 | 12 | Friday, October 25, 2024 | Approved | |
Unity Linux Server Support 6000.0.23 | 11 | Friday, October 18, 2024 | Approved | |
Unity Linux Server Support 6000.0.22 | 11 | Saturday, October 5, 2024 | Approved | |
Unity Linux Server Support 6000.0.21 | 13 | Friday, September 27, 2024 | Approved | |
Unity Linux Server Support 6000.0.20 | 15 | Friday, September 20, 2024 | Approved | |
Unity Linux Server Support 6000.0.19 | 13 | Friday, September 13, 2024 | Approved | |
Unity Linux Server Support 6000.0.18 | 17 | Friday, September 6, 2024 | Approved | |
Unity Linux Server Support 6000.0.17 | 16 | Friday, August 30, 2024 | Approved | |
Unity Linux Server Support 6000.0.16 | 14 | Saturday, August 24, 2024 | Approved | |
Unity Linux Server Support 6000.0.15 | 13 | Friday, August 16, 2024 | Approved | |
Unity Linux Server Support 6000.0.14 | 13 | Friday, August 9, 2024 | Approved | |
Unity Linux Server Support 6000.0.13 | 16 | Saturday, August 3, 2024 | Approved | |
Unity Linux Server Support 6000.0.12 | 15 | Friday, July 26, 2024 | Approved | |
Unity Linux Server Support 6000.0.11 | 19 | Friday, July 19, 2024 | Approved | |
Unity Linux Server Support 6000.0.10 | 18 | Friday, July 12, 2024 | Approved | |
Unity Linux Server Support 6000.0.9 | 21 | Saturday, July 6, 2024 | Approved | |
Unity Linux Server Support 6000.0.8 | 15 | Monday, July 1, 2024 | Approved | |
Unity Linux Server Support 6000.0.7 | 22 | Friday, June 21, 2024 | Approved | |
Unity Linux Server Support 6000.0.5 | 18 | Friday, June 14, 2024 | Approved | |
Unity Linux Server Support 6000.0.2 | 22 | Friday, May 17, 2024 | Approved | |
Unity Linux Server Support 6000.0.1 | 23 | Tuesday, May 14, 2024 | Approved | |
Unity Linux Server Support 6000.0.0 | 19 | Thursday, May 2, 2024 | Approved | |
Unity Linux Server Support 2023.2.20 | 18 | Tuesday, April 30, 2024 | Approved | |
Unity Linux Server Support 2023.2.19 | 22 | Tuesday, April 23, 2024 | Approved | |
Unity Linux Server Support 2023.2.18 | 30 | Wednesday, April 17, 2024 | Approved | |
Unity Linux Server Support 2023.2.17 | 20 | Tuesday, April 9, 2024 | Approved | |
Unity Linux Server Support 2023.2.16 | 22 | Wednesday, April 3, 2024 | Approved | |
Unity Linux Server Support 2023.2.15 | 19 | Wednesday, March 27, 2024 | Approved | |
Unity Linux Server Support 2023.2.14 | 26 | Thursday, March 14, 2024 | Approved | |
Unity Linux Server Support 2023.2.12 | 38 | Wednesday, March 6, 2024 | Approved | |
Unity Linux Server Support 2023.2.11 | 27 | Wednesday, February 28, 2024 | Approved | |
Unity Linux Server Support 2023.2.10 | 26 | Saturday, February 17, 2024 | Approved | |
Unity Linux Server Support 2023.2.9 | 20 | Tuesday, February 13, 2024 | Approved | |
Unity Linux Server Support 2023.2.8 | 31 | Saturday, February 3, 2024 | Approved | |
Unity Linux Server Support 2023.2.7 | 34 | Friday, January 26, 2024 | Approved | |
Unity Linux Server Support 2023.2.6 | 30 | Tuesday, January 23, 2024 | Approved | |
Unity Linux Server Support 2023.2.5 | 30 | Friday, January 12, 2024 | Approved | |
Unity Linux Server Support 2023.2.4 | 31 | Friday, December 29, 2023 | Approved | |
Unity Linux Server Support 2023.2.3 | 31 | Wednesday, December 13, 2023 | Approved | |
Unity Linux Server Support 2023.2.2 | 27 | Tuesday, December 5, 2023 | Approved | |
Unity Linux Server Support 2023.2.1 | 38 | Tuesday, November 28, 2023 | Approved | |
Unity Linux Server Support 2023.2.0 | 35 | Tuesday, November 21, 2023 | Approved | |
Unity Linux Server Support 2023.1.20 | 39 | Tuesday, November 14, 2023 | Approved | |
Unity Linux Server Support 2023.1.19 | 44 | Thursday, November 2, 2023 | Approved | |
Unity Linux Server Support 2023.1.18 | 33 | Tuesday, October 31, 2023 | Approved | |
Unity Linux Server Support 2023.1.17 | 33 | Tuesday, October 24, 2023 | Approved | |
Unity Linux Server Support 2023.1.16 | 37 | Friday, October 6, 2023 | Approved | |
Unity Linux Server Support 2023.1.15 | 33 | Friday, September 29, 2023 | Approved | |
Unity Linux Server Support 2023.1.14 | 43 | Friday, September 22, 2023 | Approved | |
Unity Linux Server Support 2023.1.13 | 47 | Friday, September 15, 2023 | Approved | |
Unity Linux Server Support 2023.1.12 | 36 | Saturday, September 9, 2023 | Approved | |
Unity Linux Server Support 2023.1.11 | 35 | Thursday, August 31, 2023 | Approved | |
Unity Linux Server Support 2023.1.10 | 45 | Saturday, August 26, 2023 | Approved | |
Unity Linux Server Support 2023.1.9 | 33 | Friday, August 18, 2023 | Approved | |
Unity Linux Server Support 2023.1.8 | 41 | Friday, August 11, 2023 | Approved | |
Unity Linux Server Support 2023.1.7 | 41 | Friday, August 4, 2023 | Approved | |
Unity Linux Server Support 2023.1.6 | 44 | Friday, July 28, 2023 | Approved | |
Unity Linux Server Support 2023.1.5 | 47 | Thursday, July 20, 2023 | Approved | |
Unity Linux Server Support 2023.1.3 | 48 | Friday, July 7, 2023 | Approved | |
Unity Linux Server Support 2023.1.2 | 34 | Friday, June 30, 2023 | Approved | |
Unity Linux Server Support 2023.1.1 | 45 | Saturday, June 24, 2023 | Approved | |
Unity Linux Server Support 2023.1.0 | 36 | Friday, June 16, 2023 | Approved | |
Unity Linux Server Support 2022.3.53 | 4 | Thursday, November 21, 2024 | Approved | |
Unity Linux Server Support 2022.3.52 | 15 | Thursday, November 7, 2024 | Approved | |
Unity Linux Server Support 2022.3.51 | 12 | Thursday, October 24, 2024 | Approved | |
Unity Linux Server Support 2022.3.50 | 8 | Thursday, October 10, 2024 | Approved | |
Unity Linux Server Support 2022.3.49 | 8 | Thursday, October 3, 2024 | Approved | |
Unity Linux Server Support 2022.3.48 | 10 | Friday, September 27, 2024 | Approved | |
Unity Linux Server Support 2022.3.47 | 12 | Thursday, September 19, 2024 | Approved | |
Unity Linux Server Support 2022.3.46 | 14 | Thursday, September 12, 2024 | Approved | |
Unity Linux Server Support 2022.3.45 | 15 | Thursday, September 5, 2024 | Approved | |
Unity Linux Server Support 2022.3.44 | 8 | Thursday, August 29, 2024 | Approved | |
Unity Linux Server Support 2022.3.43 | 12 | Friday, August 23, 2024 | Approved | |
Unity Linux Server Support 2022.3.42 | 12 | Thursday, August 15, 2024 | Approved | |
Unity Linux Server Support 2022.3.41 | 14 | Thursday, August 8, 2024 | Approved | |
Unity Linux Server Support 2022.3.40 | 17 | Thursday, August 1, 2024 | Approved | |
Unity Linux Server Support 2022.3.39 | 14 | Thursday, July 25, 2024 | Approved | |
Unity Linux Server Support 2022.3.38 | 12 | Wednesday, July 17, 2024 | Approved | |
Unity Linux Server Support 2022.3.37 | 13 | Thursday, July 11, 2024 | Approved | |
Unity Linux Server Support 2022.3.36 | 18 | Thursday, July 4, 2024 | Approved | |
Unity Linux Server Support 2022.3.35 | 15 | Friday, June 28, 2024 | Approved | |
Unity Linux Server Support 2022.3.34 | 20 | Friday, June 21, 2024 | Approved | |
Unity Linux Server Support 2022.3.33 | 22 | Friday, June 14, 2024 | Approved | |
Unity Linux Server Support 2022.3.30 | 19 | Friday, May 24, 2024 | Approved | |
Unity Linux Server Support 2022.3.29 | 19 | Friday, May 17, 2024 | Approved | |
Unity Linux Server Support 2022.3.28 | 21 | Thursday, May 9, 2024 | Approved | |
Unity Linux Server Support 2022.3.27 | 19 | Thursday, May 2, 2024 | Approved | |
Unity Linux Server Support 2022.3.26 | 25 | Friday, April 26, 2024 | Approved | |
Unity Linux Server Support 2022.3.25 | 23 | Friday, April 19, 2024 | Approved | |
Unity Linux Server Support 2022.3.24 | 18 | Thursday, April 11, 2024 | Approved | |
Unity Linux Server Support 2022.3.23 | 27 | Saturday, April 6, 2024 | Approved | |
Unity Linux Server Support 2022.3.22 | 23 | Friday, March 22, 2024 | Approved | |
Unity Linux Server Support 2022.3.20 | 18 | Friday, February 16, 2024 | Approved | |
Unity Linux Server Support 2022.3.19 | 23 | Friday, February 2, 2024 | Approved | |
Unity Linux Server Support 2022.3.18 | 19 | Tuesday, January 23, 2024 | Approved | |
Unity Linux Server Support 2022.3.16 | 27 | Thursday, December 21, 2023 | Approved | |
Unity Linux Server Support 2022.3.15 | 23 | Friday, December 8, 2023 | Approved | |
Unity Linux Server Support 2022.3.14 | 29 | Friday, November 24, 2023 | Approved | |
Unity Linux Server Support 2022.3.13 | 35 | Thursday, November 9, 2023 | Approved | |
Unity Linux Server Support 2022.3.12 | 24 | Saturday, October 28, 2023 | Approved | |
Unity Linux Server Support 2022.3.11 | 45 | Friday, October 13, 2023 | Approved | |
Unity Linux Server Support 2022.3.10 | 31 | Friday, September 22, 2023 | Approved | |
Unity Linux Server Support 2022.3.9 | 35 | Saturday, September 9, 2023 | Approved | |
Unity Linux Server Support 2022.3.8 | 33 | Monday, August 28, 2023 | Approved | |
Unity Linux Server Support 2022.3.7 | 39 | Friday, August 11, 2023 | Approved | |
Unity Linux Server Support 2022.3.5 | 41 | Thursday, July 20, 2023 | Approved | |
Unity Linux Server Support 2022.3.4 | 34 | Friday, June 30, 2023 | Approved | |
Unity Linux Server Support 2022.3.3 | 34 | Saturday, June 24, 2023 | Approved | |
Unity Linux Server Support 2022.3.2 | 48 | Friday, June 16, 2023 | Approved | |
Unity Linux Server Support 2022.3.1 | 38 | Friday, June 9, 2023 | Approved | |
Unity Linux Server Support 2022.3.0 | 47 | Saturday, June 3, 2023 | Approved | |
Unity Linux Server Support 2022.2.21 | 37 | Wednesday, May 31, 2023 | Approved | |
Unity Linux Server Support 2022.2.20 | 52 | Tuesday, May 23, 2023 | Approved | |
Unity Linux Server Support 2022.2.19 | 38 | Saturday, May 13, 2023 | Approved | |
Unity Linux Server Support 2022.2.18 | 43 | Tuesday, May 9, 2023 | Approved | |
Unity Linux Server Support 2022.2.17 | 39 | Saturday, April 29, 2023 | Approved | |
Unity Linux Server Support 2022.2.16 | 37 | Saturday, April 22, 2023 | Approved | |
Unity Linux Server Support 2022.2.15 | 41 | Saturday, April 15, 2023 | Approved | |
Unity Linux Server Support 2022.2.14 | 33 | Thursday, April 13, 2023 | Approved | |
Unity Linux Server Support 2022.2.13 | 35 | Tuesday, April 4, 2023 | Approved | |
Unity Linux Server Support 2022.2.12 | 37 | Friday, March 24, 2023 | Approved | |
Unity Linux Server Support 2022.2.11 | 37 | Saturday, March 18, 2023 | Approved | |
Unity Linux Server Support 2022.2.10 | 39 | Saturday, March 11, 2023 | Approved | |
Unity Linux Server Support 2022.2.9 | 39 | Tuesday, March 7, 2023 | Approved | |
Unity Linux Server Support 2022.2.8 | 56 | Tuesday, February 28, 2023 | Approved | |
Unity Linux Server Support 2022.2.7 | 39 | Wednesday, February 22, 2023 | Approved | |
Unity Linux Server Support 2022.2.6 | 40 | Saturday, February 11, 2023 | Approved | |
Unity Linux Server Support 2022.2.5 | 41 | Friday, February 3, 2023 | Approved | |
Unity Linux Server Support 2022.2.4 | 45 | Saturday, January 28, 2023 | Approved | |
Unity Linux Server Support 2022.2.3 | 45 | Wednesday, January 25, 2023 | Approved | |
Unity Linux Server Support 2022.2.2 | 45 | Tuesday, January 17, 2023 | Approved | |
Unity Linux Server Support 2022.1.23 | 47 | Friday, November 18, 2022 | Approved | |
Unity Linux Server Support 2022.1.22 | 45 | Thursday, November 10, 2022 | Approved | |
Unity Linux Server Support 2022.1.21 | 47 | Monday, October 31, 2022 | Approved | |
Unity Linux Server Support 2022.1.20 | 47 | Thursday, October 13, 2022 | Approved | |
Unity Linux Server Support 2022.1.19 | 43 | Thursday, October 6, 2022 | Approved | |
Unity Linux Server Support 2022.1.18 | 59 | Friday, September 30, 2022 | Approved | |
Unity Linux Server Support 2022.1.17 | 44 | Thursday, September 22, 2022 | Approved | |
Unity Linux Server Support 2022.1.16 | 50 | Saturday, September 10, 2022 | Approved | |
Unity Linux Server Support 2022.1.15 | 66 | Friday, September 2, 2022 | Approved | |
Unity Linux Server Support 2022.1.14 | 68 | Tuesday, August 23, 2022 | Approved | |
Unity Linux Server Support 2022.1.13 | 65 | Friday, August 12, 2022 | Approved | |
Unity Linux Server Support 2022.1.12 | 52 | Saturday, August 6, 2022 | Approved | |
Unity Linux Server Support 2022.1.11 | 62 | Thursday, July 28, 2022 | Approved | |
Unity Linux Server Support 2022.1.10 | 56 | Thursday, July 21, 2022 | Approved | |
Unity Linux Server Support 2022.1.9 | 55 | Friday, July 15, 2022 | Approved | |
Unity Linux Server Support 2022.1.8 | 62 | Friday, July 8, 2022 | Approved | |
Unity Linux Server Support 2022.1.7 | 65 | Thursday, June 30, 2022 | Approved | |
Unity Linux Server Support 2022.1.6 | 52 | Friday, June 24, 2022 | Approved | |
Unity Linux Server Support 2022.1.5 | 57 | Friday, June 17, 2022 | Approved | |
Unity Linux Server Support 2022.1.4 | 56 | Friday, June 10, 2022 | Approved | |
Unity Linux Server Support 2022.1.3 | 74 | Thursday, June 2, 2022 | Approved | |
Unity Linux Server Support 2022.1.2 | 62 | Friday, May 27, 2022 | Approved | |
Unity Linux Server Support 2022.1.1 | 64 | Sunday, May 22, 2022 | Approved | |
Unity Linux Server Support 2022.1.0 | 61 | Friday, May 13, 2022 | Approved | |
Unity Linux Server Support 2021.3.45 | 8 | Thursday, October 17, 2024 | Approved | |
Unity Linux Server Support 2021.3.44 | 11 | Wednesday, September 25, 2024 | Approved | |
Unity Linux Server Support 2021.3.43 | 10 | Friday, August 23, 2024 | Approved | |
Unity Linux Server Support 2021.3.42 | 11 | Thursday, August 8, 2024 | Approved | |
Unity Linux Server Support 2021.3.41 | 22 | Thursday, July 25, 2024 | Approved | |
Unity Linux Server Support 2021.3.40 | 18 | Friday, June 28, 2024 | Approved | |
Unity Linux Server Support 2021.3.39 | 19 | Friday, June 14, 2024 | Approved | |
Unity Linux Server Support 2021.3.38 | 18 | Sunday, May 5, 2024 | Approved | |
Unity Linux Server Support 2021.3.36 | 20 | Friday, March 8, 2024 | Approved | |
Unity Linux Server Support 2021.3.35 | 26 | Friday, February 9, 2024 | Approved | |
Unity Linux Server Support 2021.3.34 | 29 | Friday, January 12, 2024 | Approved | |
Unity Linux Server Support 2021.3.33 | 20 | Friday, December 1, 2023 | Approved | |
Unity Linux Server Support 2021.3.32 | 26 | Saturday, November 4, 2023 | Approved | |
Unity Linux Server Support 2021.3.31 | 26 | Friday, October 6, 2023 | Approved | |
Unity Linux Server Support 2021.3.30 | 48 | Thursday, August 31, 2023 | Approved | |
Unity Linux Server Support 2021.3.29 | 31 | Friday, July 28, 2023 | Approved | |
Unity Linux Server Support 2021.3.28 | 47 | Friday, July 7, 2023 | Approved | |
Unity Linux Server Support 2021.3.27 | 39 | Saturday, June 10, 2023 | Approved | |
Unity Linux Server Support 2021.3.26 | 40 | Saturday, May 27, 2023 | Approved | |
Unity Linux Server Support 2021.3.25 | 33 | Saturday, May 13, 2023 | Approved | |
Unity Linux Server Support 2021.3.24 | 56 | Saturday, April 29, 2023 | Approved | |
Unity Linux Server Support 2021.3.23 | 31 | Monday, April 17, 2023 | Approved | |
Unity Linux Server Support 2021.3.22 | 39 | Saturday, April 1, 2023 | Approved | |
Unity Linux Server Support 2021.3.21 | 43 | Friday, March 17, 2023 | Approved | |
Unity Linux Server Support 2021.3.20 | 40 | Saturday, March 4, 2023 | Approved | |
Unity Linux Server Support 2021.3.19 | 42 | Saturday, February 18, 2023 | Approved | |
Unity Linux Server Support 2021.3.18 | 38 | Monday, February 6, 2023 | Approved | |
Unity Linux Server Support 2021.3.17 | 35 | Wednesday, January 25, 2023 | Approved | |
Unity Linux Server Support 2021.3.16 | 59 | Friday, December 16, 2022 | Approved | |
Unity Linux Server Support 2021.3.15 | 42 | Friday, December 2, 2022 | Approved | |
Unity Linux Server Support 2021.3.14 | 46 | Saturday, November 19, 2022 | Approved | |
Unity Linux Server Support 2021.3.13 | 48 | Tuesday, November 8, 2022 | Approved | |
Unity Linux Server Support 2021.3.12 | 48 | Thursday, October 27, 2022 | Approved | |
Unity Linux Server Support 2021.3.11 | 37 | Friday, September 30, 2022 | Approved | |
Unity Linux Server Support 2021.3.10 | 44 | Saturday, September 17, 2022 | Approved | |
Unity Linux Server Support 2021.3.9 | 51 | Friday, September 2, 2022 | Approved | |
Unity Linux Server Support 2021.3.8 | 48 | Wednesday, August 10, 2022 | Approved | |
Unity Linux Server Support 2021.3.7 | 54 | Friday, July 29, 2022 | Approved | |
Unity Linux Server Support 2021.3.6 | 51 | Saturday, July 9, 2022 | Approved | |
Unity Linux Server Support 2021.3.5 | 71 | Thursday, June 23, 2022 | Approved | |
Unity Linux Server Support 2021.3.4 | 81 | Thursday, June 2, 2022 | Approved | |
Unity Linux Server Support 2021.3.3 | 55 | Friday, May 27, 2022 | Approved | |
Unity Linux Server Support 2021.3.2 | 71 | Sunday, May 8, 2022 | Approved | |
Unity Linux Server Support 2021.3.1 | 56 | Saturday, April 23, 2022 | Approved | |
Unity Linux Server Support 2021.3.0 | 87 | Wednesday, April 13, 2022 | Approved | |
Unity Linux Server Support 2021.2.16 | 58 | Saturday, March 19, 2022 | Approved |
Unity Technologies
-
- unity (= 2022.3.52)
Ground Rules:
- This discussion is only about Unity Linux Server Support and the Unity Linux Server Support 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 Linux Server Support, 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.