unitysetup.powershell icon indicating copy to clipboard operation
unitysetup.powershell copied to clipboard

Powershell module for interfacing with Unity installs and projects.

Results 43 unitysetup.powershell issues
Sort by recently updated
recently updated
newest added

Installing the Android module with Unity Hub and `Install-UnitySetupInstance` yield different results. Notably, the following folders are missing in `Editor\Data\PlaybackEngines\AndroidPlayer` with the latter: * NDK * OpenJDK * SDK ###...

enhancement

Unity's license file doesn't always have well formed version definitions. My personal license says it's for `2017.2.0` which is invalid to the `UnityLicense` this module expects. ![image](https://user-images.githubusercontent.com/13334553/50939944-cacf9480-1433-11e9-90bf-b80931725308.png) ``` Cannot convert...

We have cases in our CI in which it is important to know if a file is part of a Unity project and to recover the project path if it...

I have installed all versions of unity in my mac via UnitySetup powershell module but it cant find some of them when using Get-UnitySetupInstance. I am using unity setup module...

I was debugging today a problem with our CI environment on my development machine and noticed a strange bug where the Editor was upgrading randomly, not noticing that my terminal...

With previous versions of Unity, passing 'SilentlyContinue' to -ErrorAction would cause Unity to ignore initial compiler errors. This is impotant in cases where the Unity is expected to run code...

As per Unity Documentation: https://docs.unity3d.com/Packages/[email protected]/manual/reference-command-line.html The wording on the documentation is a bit bad, however it allows to pass the test platform directly, switching automatically between EditMode und PlayMode and...

Hello on a docker **windowsservercore** machine i have this error when i try to install Unity Editor with this command line: > RUN ["powershell", "Install-UnitySetupInstance", "-Installers (Find-UnitySetupInstaller -Version '2019.1.1f1' -Components...

Some NDA-protected platforms distribute their Unity SDKs through installers that work pretty much identically to the publicly-available ones. I'd like to be able to install these modules through `UnitySetup`; of...

enhancement

In #136, we have UnitySetup installing into the same default location as the Unity Hub. This is good because we'd like UnitySetup and the Hub to see each other's editor...

enhancement