Search found 8 matches
- Sat Feb 17, 2024 12:56 am
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Re: Unchanged database keeps getting marked as changed
I'm still not sure why these files are getting marked in the first place, but I found out that Unity also has a related setting "Check the content to determine files as changed, not just timestamp" under Project Settings > Version Control > Unity Version Control Settings So far enabling th...
- Mon Nov 20, 2023 2:29 am
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Re: Unchanged database keeps getting marked as changed
I didn't see a different when the issue happened again. The setting doesn't seem to have reverted, either. I tried toggling the setting on and off when I saw the issue come back and didn't see any change.
- Sun Nov 19, 2023 6:15 pm
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Re: Unchanged database keeps getting marked as changed
This workaround seemed to work for one minute then the issue occurred again.
- Sun Nov 19, 2023 6:10 pm
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Re: Unchanged database keeps getting marked as changed
It looks like it is expected behavior for PlasticSCM to mark files with a modified timestamp as changed even if the contents aren't, though there is a workaround , required to be set up for every client: Preferences --> Other options --> Check content (hash) when the file timestamp is modified to se...
- Sun Nov 19, 2023 6:04 pm
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Re: Unchanged database keeps getting marked as changed
It looks like this also happens after other assets are changed. I've included screenshots of what the file looks like in Unity's VCS tooling and the PlasticSCM Diff for the file showing that the file is unchanged.
- Sun Nov 19, 2023 5:41 pm
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Re: Unchanged database keeps getting marked as changed
It looks to me like this happens the first time I play a scene on a given day.
- Sat Nov 18, 2023 9:42 pm
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Re: Unchanged database keeps getting marked as changed
I'm using 2022.3.10f1
- Sat Nov 18, 2023 2:28 pm
- Forum: Dialogue System for Unity
- Topic: Unchanged database keeps getting marked as changed
- Replies: 11
- Views: 858
Unchanged database keeps getting marked as changed
Hello! The database appears to periodically save and overwrite the "date modified property" of the asset file, even when the database hasn't been modified. This is annoying as it means I have to constantly either a. commit new unknown changes to version control or b. revert the file. Bette...