Skip to content

Release 5.5.148#236

Merged
jwittner merged 15 commits intomasterfrom
develop
Jun 15, 2022
Merged

Release 5.5.148#236
jwittner merged 15 commits intomasterfrom
develop

Conversation

@jwittner
Copy link
Member

No description provided.

jwittner and others added 15 commits September 15, 2020 12:14
Performance enhancements for Get-UnitySetupInstance
Wrap each path individually in quotes to fix exports
Add the option to specify a Hash parameter when calling Find-UnitySetupInstaller, which looks for URIs using the hash provided, rather than detecting it based on the public builds available on the download archive page.
Fix for detecting unity 2021 version and windows il2cpp
Add unity accelerator parameters
@jwittner jwittner requested a review from derekfreed June 15, 2022 18:57
[UnitySetupComponent]::StandardAssets = , [io.path]::Combine("$Path", "Editor\Standard Assets");
[UnitySetupComponent]::Windows_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "windowsstandalonesupport\Variations\win32_development_il2cpp");
[UnitySetupComponent]::Windows_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "windowsstandalonesupport\Variations\win32_development_il2cpp"),
[io.path]::Combine("$playbackEnginePath", "windowsstandalonesupport\Variations\win32_player_development_il2cpp");;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: two ;'s

$sharedArgs += "-cacheServerEndpoint", $CacheServerEndpoint
$sharedArgs += "-adb2"
$sharedArgs += "-enableCacheServer"
if ( $CacheServerNamespacePrefix) { $sharedArgs += "-cacheServerNamespacePrefix", $CacheServerNamespacePrefix}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: missing space before } (since there is a space after the {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Missing space after $CacheServerNamespacePrefix

@@ -1822,6 +1871,14 @@ function Start-UnityEditor {
if ( $RunTests ) { $sharedArgs += '-runTests' }
if ( $ForceFree) { $sharedArgs += '-force-free' }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Missing space after $ForceFree

if (Test-Path -PathType Leaf -Path $file) {
$fileMatchInfo = Select-String -Path $file -Pattern "UNITY_VERSION.+`"(\d+\.\d+\.\d+[fpba]\d+).*`""
if($null -ne $fileMatchInfo)
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: All other {'s are in line with the if statement in this block.

[parameter(Mandatory = $false)]
[UnitySetupComponent] $Components = [UnitySetupComponent]::All
[UnitySetupComponent] $Components = [UnitySetupComponent]::All,

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: space between param's is inconsistent with the rest of the file.

@jwittner jwittner merged commit d5609fb into master Jun 15, 2022
@jwittner jwittner changed the title Release 5.5 Release 5.5.148 Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants