Error when importing TerraLand in project
Quote from aggaton on May 1, 2022, 12:10 amI 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 foundProbably a reference missing.
How do I resolve this without messing anything else up?
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?
Quote from terraunity on May 1, 2022, 6:06 amHi, 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!
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!