etherealengine icon indicating copy to clipboard operation
etherealengine copied to clipboard

Added code to prevent default scene files being moved/deleted

Open barankyle opened this issue 1 year ago â€ĸ 3 comments

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

barankyle avatar Jun 11 '24 01:06 barankyle

Instead of specific paths, I think we should just disallow any operations to the default project completely, if config.syncFileSystem or whatever it is is false.

That's fine with me too. Good idea about tying it to syncFileSystem.

barankyle avatar Jun 11 '24 03:06 barankyle

needs to be reimplemented around new CMS

HexaField avatar Jun 20 '24 22:06 HexaField

@HexaField did you mean to close this one?

DanielBelmes avatar Jul 19 '24 20:07 DanielBelmes