UnityCsProjectConverter Class
- Namespace
- SatorImaging.Csproj.Sdk
public sealed class UnityCsProjectConverter : AssetPostprocessor
Migrate legacy style .csproj
files to newer sdk style format.
- Inheritance
-
UnityCsProjectConverter
Fields
SDK_VOID_DEFAULT_VERSION
public static readonly string SDK_VOID_DEFAULT_VERSION
Field Value
SDK_VOID_NAME_SLASH
public static readonly string SDK_VOID_NAME_SLASH
NOTE: version must be specified. ex) Sdk.PackageName.On.Nuget.Org/1.0.0
Field Value
Properties
CallbackOrder
public static int CallbackOrder { get; set; }
Set callback order for this class and internal pre/post build processors.
Property Value
CustomSdkNameWithVersion
public static string CustomSdkNameWithVersion { get; set; }
NOTE: version must be specified. ex) Sdk.PackageName.On.Nuget.Org/1.0.0
Property Value
LatestVoidSdkNameWithVersion
public static string LatestVoidSdkNameWithVersion { get; }
Property Value
Methods
GetPostprocessOrder()
public override int GetPostprocessOrder()