Skip to content

Instantly share code, notes, and snippets.

View Kaegun's full-sized avatar

Johann Ungerer Kaegun

  • Azuro Solutions
  • Johannesburg, ZA
  • X @kaegun
View GitHub Profile
@aholkner
aholkner / InstallUnity.cmd
Last active February 8, 2023 09:06
PowerShell script to install correct version of Unity for a project
@echo off
title Install Unity
echo Just a moment...
powershell -NoProfile -NoLogo -ExecutionPolicy Unrestricted -File PowershellScripts\InstallUnity.ps1 -Project . -Components Windows
pause