| 
									
										
										
										
											2022-01-22 00:16:43 +00:00
										 |  |  | # Activate Unity | 
					
						
							| 
									
										
										
										
											2021-12-19 05:16:35 +00:00
										 |  |  | & "c:\steps\activate.ps1" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-22 00:16:43 +00:00
										 |  |  | # Import any necessary registry keys, ie: location of windows 10 sdk | 
					
						
							| 
									
										
										
										
											2021-12-26 22:05:08 +00:00
										 |  |  | # No guarantee that there will be any necessary registry keys, ie: tvOS | 
					
						
							|  |  |  | Get-ChildItem -Path c:\regkeys -File | Foreach {reg import $_.fullname} | 
					
						
							| 
									
										
										
										
											2021-12-19 05:16:35 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-22 00:16:43 +00:00
										 |  |  | # Register the Visual Studio installation so Unity can find it | 
					
						
							| 
									
										
										
										
											2021-12-19 05:16:35 +00:00
										 |  |  | regsvr32 C:\ProgramData\Microsoft\VisualStudio\Setup\x64\Microsoft.VisualStudio.Setup.Configuration.Native.dll | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-22 00:16:43 +00:00
										 |  |  | # Build the project | 
					
						
							| 
									
										
										
										
											2021-12-19 05:16:35 +00:00
										 |  |  | & "c:\steps\build.ps1" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-01-22 00:16:43 +00:00
										 |  |  | # Free the seat for the activated license | 
					
						
							| 
									
										
										
										
											2021-12-19 05:16:35 +00:00
										 |  |  | & "c:\steps\return_license.ps1" |