Please or Register to create posts and topics.

Error when importing TerraLand in project

I am using unity 2021.2.19f1 and am getting errors in the console when importing the package

error CS0006: Metadata file 'System.Configuration.dll' could not be found
error CS0006: Metadata file 'System.Web.Services.dll' could not be found

Probably a reference missing.

How do I resolve this without messing anything else up?

Hi, did you set simple needed settings in the Project Settings which is needed for installation? It is stated in the product description and documents as follows:

  • Before or after importing package, go to Player tab in Project Settings
  • Change API Compatibility Level to .NET 4.x (In latest Unity versions, you only need to select .Net Framework)

Please change the above setting and let us know if it resolved the errors!