etherealengine
etherealengine copied to clipboard
Added code to prevent default scene files being moved/deleted
Summary
Since new scene creation runs off of default-project/public/scenes/default.gltf, if this file has been moved, scene creation will break. The backend now disallows moving or deleting this scene and its related files.
Resolves IR-2566.
Subtasks Checklist
Breaking Changes
References
closes #insert number here
QA Steps
Instead of specific paths, I think we should just disallow any operations to the default project completely, if
config.syncFileSystemor whatever it is is false.
That's fine with me too. Good idea about tying it to syncFileSystem.
needs to be reimplemented around new CMS
@HexaField did you mean to close this one?