Tim Gerken
a33ecc689e
Merge branch 'feature/exposeProductName' of https://github.com/timGerken/unitysetup.powershell into feature/exposeProductName
2019-03-29 17:19:35 +00:00
Tim Gerken
2febb70772
Expose productName in UnityProjectInstance
2019-03-29 17:19:26 +00:00
Tim Gerken
05d2f6bbb2
Expose productName in UnityProjectInstance
2019-03-29 17:13:37 +00:00
Alex Wolowiecki
fa131b7a17
Merge pull request #126 from Ziugy/dev/macInstallSupport
...
Mac Install Support
2019-03-20 14:31:58 -07:00
Josh Wittner
bb5c127ce2
Merge pull request #158 from MenelvagorMilsom/feature/add-additional-args
...
Add AdditionalArguments flag
2019-03-05 09:40:09 -08:00
Niall Milsom
c2935c66de
Fix typo and add to docs
2019-03-05 15:53:47 +00:00
Niall Milsom
dd03ec0450
Add AdditionalArguments flag
...
This flag allows you to provide additional arguments for unity command line. This is useful for cases where we do not support unity command line flags. It is also useful for providing arbitrary arguments alongside ExecuteMethod.
2019-03-04 14:08:05 +00:00
Josh Wittner
3e9b623622
Merge pull request #157 from MenelvagorMilsom/feature/add-runtests-flag
...
Add runTests flag to Start-UnityEditor
2019-02-25 10:23:42 -10:00
Niall Milsom
ede42afc67
Add runTests flag to Start-UnityEditor
...
Also added related flags testPlatform and testResults
2019-02-22 12:37:59 +00:00
Robert Onulak
3b6b00274b
- Resolves issue with finding Unity 2018.3 or higher for macOS.
...
- Resolves issues if recursive directories do not exist in install path for macOS.
2019-01-28 07:43:25 -08:00
Robert Onulak
38e1883eb1
Merges in latest from upstream and resolves merge conflict with the default install path moved to Unity Hub's default install location.
2019-01-22 15:24:45 -08:00
Robert Onulak
46027e37b5
Merge pull request #136 from StephenHodgson/dev-hub-default-install-path
...
updated default installation path to be the hub path
2019-01-16 13:33:43 -08:00
Josh Wittner
e8f5a0fddd
Merge pull request #141 from StephenHodgson/dev-project-path-whitespace
...
add quotes around project path
2019-01-14 17:05:34 -08:00
Stephen Hodgson
0842ca88d4
Merge branch 'develop' into dev-hub-default-install-path
2019-01-11 22:04:36 -08:00
Stephen Hodgson
2321718d02
Update UnitySetup/UnitySetup.psm1
2019-01-10 14:20:55 -08:00
Robert Onulak
9fe346df78
- Resolves issue where the number of installers finished downloaded wasn't being calculated. Thus command was still blocking indefinitely.
2019-01-10 08:57:54 -08:00
Robert Onulak
9cc8b4b19a
- Resolves issue with `Request-UnitySetupInstaller` not completing after all files finished downloading.
2019-01-10 08:14:44 -08:00
Robert Onulak
70edffbccf
- Addesses PR feedback and exposes / documents methods that users could leverage in external scripts.
2019-01-10 07:45:49 -08:00
Robert Onulak
0b09ecd242
- Merges in latest from upstream/develop.
...
- Adapts batch downloading to the restuctured version in this branch.
2019-01-10 07:22:45 -08:00
Stephen Hodgson
b03e8c63b7
add quotes around project path
2019-01-09 17:02:14 -08:00
Derek
57b99600d2
Merge pull request #137 from StephenHodgson/dev-alias
...
updated usage of cmdlet alias
2019-01-09 09:08:22 -08:00
Stephen Hodgson
dffaf73edc
updated usage of cmdlet alias
2019-01-09 08:56:43 -08:00
Stephen Hodgson
17f41236c7
added lumin component installers
2019-01-09 08:54:29 -08:00
Stephen Hodgson
07e595e700
updated default installation path to be the hub path
2019-01-09 08:39:31 -08:00
Josh Wittner
2102fb1f92
Merge pull request #133 from jwittner/dev/asyncDownloads
...
Download all installers in parallel.
2019-01-07 11:06:02 -08:00
Josh Wittner
b9beea9423
Download all installers in parallel.
2019-01-04 14:10:36 -08:00
Derek
3be147e096
Merge pull request #131 from jwittner/dev/unitTests
...
Support the Unity tests flags
2018-12-12 15:44:22 -08:00
Josh Wittner
328dc36092
Support the Unity tests flags
2018-12-12 15:32:13 -08:00
Josh Wittner
4813b3e6ff
Merge pull request #123 from Ziugy/develop
...
Enables support on macOS for `Find-UnitySetupInstaller`.
2018-12-04 12:27:45 -08:00
Josh Wittner
d845593dc1
Merge pull request #129 from ForrestTrepte/dev/unityErrorOutput
...
detect particular error messages in Unity log and output them via Write-Error
2018-11-09 14:40:27 -08:00
Forrest Trepte
3bb8a1340a
always scan for errors and write Logs output, regardless of Unity's exit code
2018-11-09 14:23:05 -08:00
Forrest Trepte
796e9fecba
don't show duplicate errors
2018-11-08 15:26:49 -08:00
Forrest Trepte
b7ff8d86e9
detect missing method invoked by ExecuteMethod
2018-11-08 15:23:34 -08:00
Forrest Trepte
7a446a0719
detect Unity license error
2018-11-08 13:48:20 -08:00
Forrest Trepte
c492a49ea2
detect Unity compiler errors in the log file and output them to error output
2018-11-08 11:04:13 -08:00
Robert Onulak
4195789daa
Resolves issues with installing future components to the same install path.
2018-09-19 20:33:52 -07:00
Robert Onulak
10fa727f80
Enables support for installing Unity to any disk location by leveraging sparse bundle disks.
2018-09-17 17:44:14 -07:00
Robert Onulak
8f34065e6d
Improves download speeds to support more than just mbps. Enables package installs and moves final installs to proper directory on macOS.
2018-09-14 23:02:20 -07:00
Robert Onulak
d5f9aed59b
Corrects visual issues on macOS with the Write-Progress and newlines activity string.
2018-09-14 17:13:59 -07:00
Robert Onulak
1a41976937
Corrects issues with displaying a progress bar for WebClient downloads.
2018-09-14 13:52:39 -07:00
Robert Onulak
bc79f16390
Shows progress of WebClient downloads. Creates separate install method for installing a single package.
2018-09-14 08:42:54 -07:00
Robert Onulak
b0529f9713
Work in progress on mac install support. Restructures Install-UnitySetupInstance to handle ordering of installs slightly differently. Breaks out downloading installers into a separate function.
2018-09-13 08:09:19 -07:00
Robert Onulak
97023803b1
Merge branch 'develop' of https://github.com/Microsoft/unitysetup.powershell into develop
2018-09-05 10:28:03 -07:00
Josh Wittner
07042627b8
Merge pull request #120 from nickhorvath/nick/change_startbits
...
flip from start-bits to webclient. remove unused param - resolves #119
2018-09-04 12:12:46 -07:00
Nick Horvath
8b86edf601
Update Module version based on feedback
2018-09-04 12:09:47 -07:00
Nick Horvath
b46577c77f
bugfix
2018-08-31 15:12:02 -07:00
Nick Horvath
13235ecb62
Moving download into for loop for multiple installers
2018-08-31 13:20:20 -07:00
Robert Onulak
a2d0506750
#41 : Enables macOS support for finding unity installers.
2018-08-26 08:40:22 -07:00
Nick Horvath
3e2fbd3990
flip from start-bits to webclient. remove unused param
2018-08-07 17:41:57 -07:00
Derek
128789e552
Merge pull request #118 from jwittner/fix/uwpInstallerSupport
...
Support newer UWP installers
2018-07-27 12:32:17 -07:00