how to clear the project so that everything will reboot, dependencies, imports?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By kufyweruk

how to clear the project so that everything will reboot, dependencies, imports?

:bust_in_silhouette: Reply From: StarX1709

Just go to the folder in file system where you created the project and delete that folder.

:bust_in_silhouette: Reply From: Tim Martin

Remove the .import folder, then everything will be re-imported.

Не момогает, нужно реально очистить все зависимости

kufyweruk | 2020-09-13 08:17

Hi kufyweruk, there are two things. There is the .import folder, where the imported images, etc., are kept. And there are the my_image.png.import files (one per resource) which hold the import configuration of the resource. For example, does the image need mip-maps.

If you delete these too, they will also be re-generated with their default settings.

Google Translate follows / Google Translate следует

Привет, куфыверук, есть две вещи. Есть папка .import, в которой хранятся импортированные изображения и т.д. И есть файлы my_image.png.import (по одному на ресурс), которые содержат конфигурацию импорта ресурса. Например, нужны ли изображению mip-карты.

Если вы их тоже удалите, они также будут сгенерированы заново с настройками по умолчанию.

Tim Martin | 2020-09-13 17:51