Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

25,795

Downloads of v 2018.3.10:

171

Last Update:

26 Mar 2019

Package Maintainer(s):

Software Author(s):

  • Unity Technologies

Tags:

unity unity3d admin windows il2cpp target

Unity Windows (IL2CPP) Target Support

This is not the latest version of Unity Windows (IL2CPP) Target Support available.

  • 1
  • 2
  • 3

2018.3.10 | Updated: 26 Mar 2019

Downloads:

25,795

Downloads of v 2018.3.10:

171

Maintainer(s):

Software Author(s):

  • Unity Technologies

Unity Windows (IL2CPP) Target Support 2018.3.10

This is not the latest version of Unity Windows (IL2CPP) Target Support available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Unity Windows (IL2CPP) Target Support, run the following command from the command line or from PowerShell:

>

To upgrade Unity Windows (IL2CPP) Target Support, run the following command from the command line or from PowerShell:

>

To uninstall Unity Windows (IL2CPP) Target Support, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade unity-win-il2cpp -y --source="'INTERNAL REPO URL'" --version="'2018.3.10'" [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-win-il2cpp -y --source="'INTERNAL REPO URL'" --version="'2018.3.10'" 
$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-win-il2cpp
  win_chocolatey:
    name: unity-win-il2cpp
    version: '2018.3.10'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'unity-win-il2cpp' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2018.3.10'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller unity-win-il2cpp
{
    Name     = "unity-win-il2cpp"
    Version  = "2018.3.10"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'unity-win-il2cpp':
  ensure   => '2018.3.10',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 26 Mar 2019.

Description

This package adds Windows (IL2CPP) Target Support to Unity.


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageName    = 'unity-il2cpp'
$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64          = 'https://download.unity3d.com/download_unity/f88de2c96e63/TargetSupportInstaller/UnitySetup-Windows-IL2CPP-Support-for-Editor-2018.3.10f1.exe'
$checksum64     = '9f995de71a3697dc1c872997816a6df5a9edcc509204c7df2991e2d32af43361'

$packageArgs = @{
  packageName    = $packageName
  fileType       = 'EXE'
  url64bit       = $url64
  checksum       = $checksum64
  checksumType64 = 'sha256'
  silentArgs     = '/S'
  validExitCodes = @(0)
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

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 Windows (IL2CPP) Target Support 2023.2.14 16 Thursday, March 14, 2024 Approved
Unity Windows (IL2CPP) Target Support 2023.2.12 16 Wednesday, March 6, 2024 Approved
Unity Windows (IL2CPP) Target Support 2023.2.11 28 Wednesday, February 28, 2024 Approved
Unity Windows (IL2CPP) Target Support 2023.2.10 20 Saturday, February 17, 2024 Approved
Unity Windows (IL2CPP) Target Support 2023.2.9 13 Tuesday, February 13, 2024 Approved
Unity Windows (IL2CPP) Target Support 2023.2.8 20 Saturday, February 3, 2024 Approved
Unity Windows (IL2CPP) Target Support 2023.2.5 21 Friday, January 12, 2024 Approved
Unity Windows (IL2CPP) Target Support 2023.2.4 22 Friday, December 29, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.2.3 27 Wednesday, December 13, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.2.1 27 Tuesday, November 28, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.2.0 23 Tuesday, November 21, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.20 22 Tuesday, November 14, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.19 28 Thursday, November 2, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.18 17 Tuesday, October 31, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.17 24 Tuesday, October 24, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.16 24 Friday, October 6, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.15 23 Friday, September 29, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.14 19 Friday, September 22, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.11 31 Thursday, August 31, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.10 33 Saturday, August 26, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.8 36 Friday, August 11, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.6 44 Friday, July 28, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.5 31 Thursday, July 20, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.4 25 Wednesday, July 19, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.3 23 Friday, July 7, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.2 20 Friday, June 30, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.1 33 Saturday, June 24, 2023 Approved
Unity Windows (IL2CPP) Target Support 2023.1.0 29 Friday, June 16, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.22 6 Friday, March 22, 2024 Approved
Unity Windows (IL2CPP) Target Support 2022.3.20 7 Friday, February 16, 2024 Approved
Unity Windows (IL2CPP) Target Support 2022.3.19 11 Friday, February 2, 2024 Approved
Unity Windows (IL2CPP) Target Support 2022.3.18 11 Tuesday, January 23, 2024 Approved
Unity Windows (IL2CPP) Target Support 2022.3.16 12 Thursday, December 21, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.14 16 Friday, November 24, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.13 20 Thursday, November 9, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.12 18 Saturday, October 28, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.11 15 Friday, October 13, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.10 14 Friday, September 22, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.8 16 Monday, August 28, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.7 26 Friday, August 11, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.5 22 Wednesday, July 19, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.4 26 Friday, June 30, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.3 27 Saturday, June 24, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.2 22 Friday, June 16, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.1 35 Friday, June 9, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.3.0 33 Friday, June 2, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.21 25 Wednesday, May 31, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.20 30 Tuesday, May 23, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.19 36 Saturday, May 13, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.18 32 Tuesday, May 9, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.17 33 Saturday, April 29, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.16 33 Saturday, April 22, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.15 28 Saturday, April 15, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.14 24 Wednesday, April 12, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.13 31 Tuesday, April 4, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.12 29 Friday, March 24, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.11 26 Saturday, March 18, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.10 27 Saturday, March 11, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.9 26 Tuesday, March 7, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.8 43 Tuesday, February 28, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.7 30 Wednesday, February 22, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.6 29 Saturday, February 11, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.5 30 Friday, February 3, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.4 28 Saturday, January 28, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.3 27 Wednesday, January 25, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.2.2 30 Tuesday, January 17, 2023 Approved
Unity Windows (IL2CPP) Target Support 2022.1.23 35 Thursday, November 17, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.22 33 Thursday, November 10, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.21 30 Monday, October 31, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.20 33 Thursday, October 13, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.19 33 Thursday, October 6, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.18 27 Friday, September 30, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.16 44 Monday, September 12, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.15 34 Friday, September 2, 2022 Approved
Unity Windows (IL2CPP) Target Support 2022.1.14 43 Tuesday, August 23, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.13 36 Friday, August 12, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.12 38 Saturday, August 6, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.11 33 Thursday, July 28, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.10 38 Thursday, July 21, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.9 41 Friday, July 15, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.8 46 Friday, July 8, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.7 67 Thursday, June 30, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.6 48 Friday, June 24, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.5 45 Friday, June 17, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.4 54 Thursday, June 9, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.3 43 Thursday, June 2, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.2 54 Friday, May 27, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.1 40 Saturday, May 21, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2022.1.0 53 Friday, May 13, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.36 6 Friday, March 8, 2024 Approved
Unity Windows (IL2CPP) Target Support 2021.3.35 11 Friday, February 9, 2024 Approved
Unity Windows (IL2CPP) Target Support 2021.3.34 12 Friday, January 12, 2024 Approved
Unity Windows (IL2CPP) Target Support 2021.3.33 14 Friday, December 1, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.32 16 Saturday, November 4, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.31 14 Friday, October 6, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.30 21 Thursday, August 31, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.29 21 Saturday, July 29, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.28 29 Friday, July 7, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.27 27 Saturday, June 10, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.26 24 Saturday, May 27, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.25 20 Saturday, May 13, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.24 18 Saturday, April 29, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.23 19 Monday, April 17, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.22 21 Saturday, April 1, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.21 80 Friday, March 17, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.20 36 Saturday, March 4, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.19 25 Saturday, February 18, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.18 39 Friday, February 3, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.17 23 Wednesday, January 25, 2023 Approved
Unity Windows (IL2CPP) Target Support 2021.3.16 30 Friday, December 16, 2022 Approved
Unity Windows (IL2CPP) Target Support 2021.3.15 22 Monday, December 5, 2022 Approved
Unity Windows (IL2CPP) Target Support 2021.3.13 27 Tuesday, November 8, 2022 Approved
Unity Windows (IL2CPP) Target Support 2021.3.12 45 Thursday, October 27, 2022 Approved
Unity Windows (IL2CPP) Target Support 2021.3.11 28 Friday, September 30, 2022 Approved
Unity Windows (IL2CPP) Target Support 2021.3.10 126 Saturday, September 17, 2022 Approved
Unity Windows (IL2CPP) Target Support 2021.3.9 35 Friday, September 2, 2022 Approved
Unity Windows (IL2CPP) Target Support 2021.3.8 36 Wednesday, August 10, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.7 41 Friday, July 29, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.6 41 Saturday, July 9, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.5 35 Thursday, June 23, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.4 56 Thursday, June 2, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.3 35 Friday, May 27, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.2 41 Sunday, May 8, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.1 56 Saturday, April 23, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.3.0 127 Wednesday, April 13, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.19 53 Thursday, April 7, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.18 50 Saturday, April 2, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.17 54 Friday, March 25, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.16 50 Friday, March 18, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.15 48 Monday, March 14, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.14 51 Friday, March 4, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.13 73 Friday, February 25, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.12 51 Saturday, February 19, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.11 95 Friday, February 11, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.10 105 Saturday, February 5, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.9 48 Friday, January 28, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.8 87 Saturday, January 15, 2022 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.7 96 Saturday, December 18, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.6 48 Monday, December 13, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.5 66 Friday, December 3, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.4 79 Friday, November 26, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.3 66 Monday, November 22, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.2 70 Friday, November 12, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.1 72 Saturday, November 6, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.2.0 75 Tuesday, October 26, 2021 Exempted
Unity Windows (IL2CPP) Target Support 2021.1.26 70 Friday, October 22, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.25 54 Friday, October 15, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.24 64 Friday, October 8, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.23 74 Friday, October 1, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.22 66 Thursday, September 23, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.21 80 Thursday, September 16, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.20 70 Friday, September 10, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.19 74 Thursday, September 2, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.18 72 Friday, August 27, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.17 58 Tuesday, August 17, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.16 70 Saturday, July 31, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.15 71 Thursday, July 15, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.14 69 Monday, July 12, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.13 79 Thursday, July 1, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.12 83 Thursday, June 17, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.11 84 Thursday, June 10, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.10 80 Saturday, June 5, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.9 78 Saturday, May 29, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.7 75 Saturday, May 15, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.6 62 Friday, May 7, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.5 79 Wednesday, April 28, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.4 80 Saturday, April 24, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.3 82 Wednesday, April 14, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.2 75 Thursday, April 8, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.1 113 Wednesday, March 31, 2021 Approved
Unity Windows (IL2CPP) Target Support 2021.1.0 94 Thursday, March 25, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.3.48 20 Friday, May 19, 2023 Approved
Unity Windows (IL2CPP) Target Support 2020.3.47 17 Monday, April 10, 2023 Approved
Unity Windows (IL2CPP) Target Support 2020.3.46 23 Friday, March 10, 2023 Approved
Unity Windows (IL2CPP) Target Support 2020.3.45 26 Friday, February 17, 2023 Approved
Unity Windows (IL2CPP) Target Support 2020.3.44 26 Friday, January 20, 2023 Approved
Unity Windows (IL2CPP) Target Support 2020.3.43 25 Saturday, December 17, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.42 25 Saturday, November 19, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.41 35 Saturday, October 22, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.40 36 Friday, September 30, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.39 30 Friday, September 16, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.38 31 Thursday, August 18, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.37 32 Friday, July 22, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.36 48 Friday, June 17, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.35 48 Friday, May 27, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.34 38 Thursday, May 5, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.33 37 Friday, April 8, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.32 48 Thursday, March 24, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.31 39 Sunday, March 20, 2022 Approved
Unity Windows (IL2CPP) Target Support 2020.3.1 97 Tuesday, March 23, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.3.0 81 Thursday, March 11, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.2.7 94 Saturday, March 6, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.2.6 119 Friday, February 26, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.2.5 73 Friday, February 19, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.2.4 90 Saturday, February 13, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.2.3 90 Friday, February 5, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.2.2 107 Friday, January 22, 2021 Approved
Unity Windows (IL2CPP) Target Support 2020.2.1 114 Friday, December 25, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.2.0 112 Tuesday, December 15, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.17 90 Wednesday, December 9, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.16 135 Friday, December 4, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.15 95 Saturday, November 28, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.14 91 Friday, November 20, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.13 106 Saturday, November 14, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.12 125 Friday, November 6, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.11 118 Thursday, October 29, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.10 128 Friday, October 23, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.9 139 Thursday, October 15, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.8 214 Friday, October 9, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.7 342 Saturday, October 3, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.6 130 Thursday, September 17, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.2 134 Thursday, August 13, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.1 146 Friday, August 7, 2020 Approved
Unity Windows (IL2CPP) Target Support 2020.1.0 137 Friday, July 24, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.4.40 35 Friday, June 17, 2022 Approved
Unity Windows (IL2CPP) Target Support 2019.4.39 34 Wednesday, May 18, 2022 Approved
Unity Windows (IL2CPP) Target Support 2019.4.37 40 Wednesday, March 23, 2022 Approved
Unity Windows (IL2CPP) Target Support 2019.4.36 47 Sunday, March 20, 2022 Approved
Unity Windows (IL2CPP) Target Support 2019.4.5 162 Friday, July 24, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.4.4 133 Thursday, July 16, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.4.3 129 Thursday, July 9, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.4.2 126 Thursday, July 2, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.4.1 154 Friday, June 19, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.4.0 141 Wednesday, June 10, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.15 157 Thursday, May 28, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.14 133 Wednesday, May 20, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.13 184 Thursday, May 7, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.12 159 Thursday, April 30, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.11 134 Friday, April 24, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.10 259 Friday, April 17, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.9 152 Thursday, April 9, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.8 136 Tuesday, April 7, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.7 183 Thursday, March 26, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.6 144 Friday, March 20, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.4 183 Saturday, March 7, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.3 225 Tuesday, March 3, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.3.0 205 Wednesday, January 29, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.2.18 165 Friday, January 17, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.2.17 195 Tuesday, January 7, 2020 Approved
Unity Windows (IL2CPP) Target Support 2019.2.16 160 Saturday, December 14, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.15 147 Thursday, December 5, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.14 149 Thursday, November 28, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.13 137 Thursday, November 21, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.12 169 Tuesday, November 12, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.11 158 Saturday, November 2, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.10 148 Thursday, October 24, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.9 248 Saturday, October 12, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.8 204 Friday, October 4, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.7 142 Tuesday, October 1, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.6 162 Thursday, September 19, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.5 168 Thursday, September 12, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.4 179 Saturday, September 7, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.3 175 Thursday, August 29, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.2 256 Thursday, August 22, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.1 190 Thursday, August 15, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.2.0 172 Wednesday, July 31, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.12 194 Saturday, July 27, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.11 165 Saturday, July 20, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.10 170 Saturday, July 13, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.9 179 Saturday, July 6, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.8 208 Monday, June 24, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.7 157 Monday, June 17, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.6 170 Tuesday, June 11, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.5 155 Tuesday, June 4, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.4 168 Saturday, May 25, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.3 170 Saturday, May 18, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.2 164 Saturday, May 11, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.1 187 Saturday, May 4, 2019 Approved
Unity Windows (IL2CPP) Target Support 2019.1.0 184 Wednesday, April 17, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.12 182 Tuesday, April 9, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.11 152 Saturday, March 30, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.10 171 Tuesday, March 26, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.9 182 Wednesday, March 20, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.8 207 Saturday, March 9, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.7 182 Tuesday, March 5, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.6 181 Saturday, February 16, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.5 192 Saturday, February 9, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.4 222 Friday, February 1, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.3 196 Saturday, January 26, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.2 195 Friday, January 18, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.1 185 Friday, January 11, 2019 Approved
Unity Windows (IL2CPP) Target Support 2018.3.0 215 Friday, December 14, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.19 180 Saturday, December 8, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.18 202 Saturday, December 1, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.17 176 Friday, November 23, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.16 192 Friday, November 16, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.15 172 Saturday, November 10, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.14 199 Sunday, October 28, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.12 205 Sunday, October 14, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.11 197 Friday, October 5, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.10 192 Thursday, September 27, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.9 191 Monday, September 24, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.8 175 Monday, September 17, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.7 201 Monday, September 10, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.6 200 Friday, August 31, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.5 215 Thursday, August 23, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.4 181 Monday, August 20, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.3 208 Monday, August 13, 2018 Approved
Unity Windows (IL2CPP) Target Support 2018.2.2 219 Monday, August 6, 2018 Approved

Discussion for the Unity Windows (IL2CPP) Target Support Package

Ground Rules:

  • This discussion is only about Unity Windows (IL2CPP) Target Support and the Unity Windows (IL2CPP) Target 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 Windows (IL2CPP) Target 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.
comments powered by Disqus