Add or ignore "addressables_content_state.bin" in Version Control?

Whenever I do a local build, Unity or the Addressables System changes one of the addressables_content_state.bin files. I’ve added them to git, which is why I noticed that the file changes.

Do I really have put these *.bin files under Version Control? I would like to remove the Version Control noise when doing a local build.

I’m 99% sure you should be tracking it

You only need to track it if you’re doing content update builds. You can safely ignore it if you’re doing new content builds every time.

1 Like