Skip to content

Release 5.3 - #205

Merged
Josh Wittner (jwittner) merged 19 commits into
masterfrom
develop
Jun 2, 2020
Merged

Release 5.3#205
Josh Wittner (jwittner) merged 19 commits into
masterfrom
develop

Conversation

@jwittner

@jwittner Josh Wittner (jwittner) commented May 7, 2020

Copy link
Copy Markdown
Member

Prerequisites

PowerShellGet >= 1.6.0

Necessary for -AllowPrerelease flag on Install-Module.

Open PowerShell as Administrator
PS> Install-Module -Name PowerShellGet -Repository PSGallery -Force -AllowClobber -MinimumVersion 1.6.0

UnitySetup == 5.3.133-develop

Open PowerShell
PS> Install-Module -Name UnitySetup -AllowPrerelease -RequiredVersion 5.3.133-develop -Scope CurrentUser -Repository PSGallery

Enhancements and Fixes

  • Unity 2019 Support
    • Support for discovering installs.
    • Safe UWP component handling.
    • Support Linux component.
  • Test project meta file integrity with Test-UnityProjectInstanceMetaFileIntegrity
    • Fails if no .meta file or file/folder under Assets.
    • Fails if no file/folder for .meta file under Assets.
    • Fails if two .meta files under Assets share the same GUID.
  • Bug Fixes
    • Fixed errors in progress code.
    • Fixed false negatives with Test-UnitySetupInstance

Cmdlet Smoke Tests

Please explore the below Cmdlets via help <cmdlet> to attempt to understand them, use them, and report any ideas or issues as issues here on GitHub.

  • Get-UnityProjectInstance
  • Get-UnitySetupInstance
  • Test-UnitySetupInstance
  • Find-UnitySetupInstaller
  • Request-UnitySetupInstaller
  • Select-UnitySetupInstaller
  • Install-UnitySetupInstance
  • Select-UnitySetupInstance
  • Uninstall-UnitySetupInstance
  • Get-UnityEditor
  • Start-UnityEditor
  • ConvertTo-UnitySetupComponent
  • Get-UnityLicense
  • Test-UnityProjectInstanceMetaFileIntegrity

DSC Resource Smoke Tests

Please explore the features of the resource, create a configuration, and apply it to a Local Configuration Manager. Recommend standing up a VM or Container for testing these.

  • xUnitySetupInstance
  • xUnityLicense

Josh Wittner (jwittner) and others added 19 commits August 1, 2019 16:25
Check for non-zero values before computing with them
Support local installs of 2019.2, formatting fixes.
Add support for Unity 2019 Linux-Mono-Support-for-Editor installer template
Add new cmdlet to test/report on meta file integrity
Bump minor version due to new API
Gracefully handle UWP/UWP_IL2CPP components for Unity 2019.x
More robust Path testing in Select-UnitySetupInstance
@jwittner
Josh Wittner (jwittner) merged commit 9e8e570 into master Jun 2, 2020
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.

2 participants