exploregamedev / tilth-plugin

tilth as a Godot plugin
MIT License
3 stars 1 forks source link

Turn data store pref back on #14

Open samkeen opened 2 years ago

samkeen commented 2 years ago

This needs work before turning on.

Related to #15


Since this is a plugin, need to ensure it always saves within a 'tilth' folder (so we don't pollute the Godot data store folder


Need better handing and error detection on copy workflow

back up dir did not exist, creating dir: /Users/sam/Desktop/02/_backups
Updated backup dir path to: /Users/sam/Desktop/02/_backups
 core/os/dir_access.cpp:275 - Failed to open /Users/sam/Library/Application Support/Godot/app_userdata/Tilth plugin/_backups
 Copy of file _backups from dir /Users/sam/Library/Application Support/Godot/app_userdata/Tilth plugin to dir /Users/sam/Desktop/02 failed
Coppied project file .DS_Store --> /Users/sam/Desktop/02/.DS_Store
 core/os/dir_access.cpp:275 - Failed to open /Users/sam/Library/Application Support/Godot/app_userdata/Tilth plugin/_datastore
 Copy of file _datastore from dir /Users/sam/Library/Application Support/Godot/app_userdata/Tilth plugin to dir /Users/sam/Desktop/02 failed
 core/os/dir_access.cpp:275 - Failed to open /Users/sam/Library/Application Support/Godot/app_userdata/Tilth plugin/logs
 Copy of file logs from dir /Users/sam/Library/Application Support/Godot/app_userdata/Tilth plugin to dir /Users/sam/Desktop/02 failed