Importing complete project overwrite message.

Why do I get this message? Please help.
Despite switching to an empty project I get this message and its very annoying.

4978691--485402--Importing Asset Message.JPG

A Unity project consists of files in the Assets folder – such as scenes, models, and textures – and a set of settings files in the ProjectSettings folder. The settings in the ProjectSettings folder include things like your tag and layer definitions, your input button definitions, quality settings, etc.

Asset Store assets that are not complete projects only add files to the Assets folder.

Complete project assets also overwrite the settings in the ProjectSettings folder.

If you haven’t made any changes to your project settings (tags, layers, input buttons, etc.) then you can import the complete project asset without any worries.

Otherwise, if you have made changes to your project settings, make a note of what changes you made. After importing the complete project asset, re-add those changes.

Addendum: Unity projects also use a Packages folder, and in particular manifest.json in that folder which specifies which Package Manager packages the project uses.

5 Likes

Thanks Tonyali You helped me greatly.

1 Like