Search found 8 matches

by star4z
Sat Feb 17, 2024 12:56 am
Forum: Dialogue System for Unity
Topic: Unchanged database keeps getting marked as changed
Replies: 11
Views: 761

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...
by star4z
Mon Nov 20, 2023 2:29 am
Forum: Dialogue System for Unity
Topic: Unchanged database keeps getting marked as changed
Replies: 11
Views: 761

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.
by star4z
Sun Nov 19, 2023 6:15 pm
Forum: Dialogue System for Unity
Topic: Unchanged database keeps getting marked as changed
Replies: 11
Views: 761

Re: Unchanged database keeps getting marked as changed

This workaround seemed to work for one minute then the issue occurred again.
by star4z
Sun Nov 19, 2023 6:10 pm
Forum: Dialogue System for Unity
Topic: Unchanged database keeps getting marked as changed
Replies: 11
Views: 761

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...
by star4z
Sun Nov 19, 2023 6:04 pm
Forum: Dialogue System for Unity
Topic: Unchanged database keeps getting marked as changed
Replies: 11
Views: 761

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.
by star4z
Sun Nov 19, 2023 5:41 pm
Forum: Dialogue System for Unity
Topic: Unchanged database keeps getting marked as changed
Replies: 11
Views: 761

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.
by star4z
Sat Nov 18, 2023 2:28 pm
Forum: Dialogue System for Unity
Topic: Unchanged database keeps getting marked as changed
Replies: 11
Views: 761

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...