This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Unity.
                            
 
	
		Summary
	
            Locates installed Unity Editors.
            
		
	Syntax
	public static IReadOnlyCollection<UnityEditorDescriptor> FindUnityEditors(this ICakeContext context)
	Examples
	
            foreach (var editor in FindUnityEditors())
    Information("Found Unity Editor {0} at path {1}", editor.Version, editor.Path);
             
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						 | 
					
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | 
						Description | 
					
				
				
					| IReadOnlyCollection<UnityEditorDescriptor> | 
					Collection of found Unity Editors (path and version info). |