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 Editor with latest version.
            
		
	Syntax
	public static UnityEditorDescriptor FindUnityEditor(this ICakeContext context)
	Examples
	
            var editor = FindUnityEditor();
if (editor != null)
    Information("Found Unity Editor {0} at path {1}", editor.Version, editor.Path);
else
    Warning("Cannot find Unity Editor");
             
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
					
						| CakeAliasCategoryAttribute |  | 
					
						| CakeNamespaceImportAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext |  | 
			
		 
	 	
	Return Value