Skip to content

A simple plugin for the Godot editor that moves the FileSystem dock to the bottom of the editor.

License

Notifications You must be signed in to change notification settings

jakobbouchard/godot-filesystem-drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot FileSystem Drawer

A simple plugin for the Godot editor that moves the FileSystem dock to the bottom of the editor, similar to Unreal Engine's Asset Drawer. Click on the FileSystem button at the bottom of the window or use Ctrl+Space to open it. Inspired by @newjoker6's plugin.

godot editor, showing a filesystem drawer at the bottom

Installation

From GitHub Releases

  • Download the latest release
  • Extract the addons folder into your project
  • Open the Project Settings (Project → Project Settings...) and go to the Plugins tab
  • Enable FileSystem Drawer

From Asset Library

  • Open the Asset Library tab in your editor
  • Search for FileSystemDrawer and download it
  • Open the Project Settings (Project → Project Settings...) and go to the Plugins tab
  • Enable FileSystem Drawer

Settings

Open your Editor Settings (Editor → Editor Settings...) and scroll down to Plugins → FileSystem Drawer. You will be able to choose between having the drawer enabled or not (for example when working with multiple people in a project). You can also change the Shortcut resource that is associated with the plugin. Currently, Godot has no way for plugins to register shorcuts in the Shortcuts tab, so this is the workaround, as noted here.

godot editor settings, showing the plugin's settings

About

A simple plugin for the Godot editor that moves the FileSystem dock to the bottom of the editor.

Topics

Resources

License

Stars

Watchers

Forks