Skip to content

Commit d6acf18

Browse files
authored
Added the Things to watch out for chapter
1 parent 077fd1a commit d6acf18

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,3 +347,12 @@ by the provided `XCOM2.targets`. Example from CHL:
347347
<BuildEntryConfig Condition=" '$(Configuration)' == 'Workshop stable version' ">stable</BuildEntryConfig>
348348
</PropertyGroup>
349349
```
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

Comments
 (0)