UnityProjectInfo Class

Definition

A helper class to parse the state of the current Unity project.

public ref class UnityProjectInfo
public class UnityProjectInfo
type UnityProjectInfo = class
Public Class UnityProjectInfo
Inheritance
UnityProjectInfo

Constructors

UnityProjectInfo(IEnumerable<CompilationPlatformInfo>, String)

Properties

CSProjects

Gets all the parsed CSProjects for this Unity project.

Plugins

Gets all the parsed DLLs for this Unity project.

SpecialPluginNameMappingUnity2019

Starting from Unity 2019 some plugins are shipped with Unity in its source form. These plugins need to be handled specially.

UnityProjectName

Gets the name of this Unity Project.

Methods

ExportSolution(String, String, String)

Exports the project info into a solution file, and the CSProject files.

Applies to