đąExtras
Global settings for Timeflow
Last updated
Global settings for Timeflow
Last updated
This defines a path in the Assets directory to make scene backups using the File menu command Save Scene Backup. The default path is "Assets/_SceneBackup" but may be any path you wish as long as it is in the Assets directory.
This is an advanced feature and is best left off for general use. Developers writing extensions for Timeflow are encouraged to enable this feature for testing and debugging purposes.
Additional debug tools can also be found in the Tools > Editor menu.
By default this option is off and Timeflow hides all properties related to editor and internal values.
Enabling this feature is not recommended, except for debugging and experimental purposes. Exposing all properties makes it possible to create assignments that may cause unexpected results or errors. Use with caution.
Controls globally whether Timeflow scripts can output debug logging messages. When enabled, components and other objects display a debug logging toggle switch to selectively enable debug logging where needed. When enabled additional messages are output to the console log as an aid to trace program flow and resolve issues.