go to source folder, locate {nameofproject}.Target.cs and {nameofproject}Editor.Target.cs. After the line
base(Target)
{
add to both file the following
DefaultBuildSettings = BuildSettingsVersion.V2;
If does not work please tell!
go to source folder, locate {nameofproject}.Target.cs and {nameofproject}Editor.Target.cs. After the line
base(Target)
{
add to both file the following
DefaultBuildSettings = BuildSettingsVersion.V2;
If does not work please tell!