We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Things to watch out for
1 parent 077fd1a commit d6acf18Copy full SHA for d6acf18
1 file changed
README.md
@@ -347,3 +347,12 @@ by the provided `XCOM2.targets`. Example from CHL:
347
<BuildEntryConfig Condition=" '$(Configuration)' == 'Workshop stable version' ">stable</BuildEntryConfig>
348
</PropertyGroup>
349
```
350
+
351
+# Things to watch out for
352
353
+Note that you can always check the issue tracker: https://github.com/X2CommunityCore/X2ModBuildCommon/issues?q=is%3Aissue+is%3Aopen+label%3Abug
354
355
+## Deleting content files
356
357
+If you **delete** content files (e.g. moved to a different mod or just completely removed) the current caching logic (e.g. for the
358
+shader cache) might not recognize it. As such, it's recommended that you simply delete the `BuildCache` folder in such cases.
0 commit comments