godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.23k stars 21.22k forks source link

Windows mapped network drive issue #60090

Open Nyxion opened 2 years ago

Nyxion commented 2 years ago

Godot version

3.4.4.stable.mono.official.419e713a2

System information

Windows 10, GTX 1080, GameReady Driver 511.79, GLES3

Issue description

When using a Network Drive for project files in Windows the Godot Engine states that "The following files are newer on disk. What action should be taken?" everytime the project/scene is played with either F5 or F6. One thing is that YOU have to play the project/scene atleast once from when you first loaded it. After its been played once it will continuously show the pop-up. https://i.imgur.com/gpczEAT.png

It does not matter wether its a brand new project with just a single scene and some code, or an entire demo project from the asset library.

Steps to reproduce

Minimal reproduction project

No response

Calinou commented 2 years ago

I'm not sure if this can be fixed entirely – I never trust network drives that much with that kind of thing. Modified file detection may have to be disabled on network drives as a workaround. cc @mhilbrunner

mhilbrunner commented 2 years ago

Modified file detection may have to be disabled on network drives as a workaround

Seems like a good idea in general on first thought, yes. Need to think about this some more. Maybe there is a better way.