All Projects → zaevi → godot-filesystem-view

zaevi / godot-filesystem-view

Licence: MIT license
A Godot tool similar to FileSystem dock, allows you to customize filters(views) to work with project resources.

Programming Languages

GDScript
375 projects

Projects that are alternatives of or similar to godot-filesystem-view

liblast
A libre multiplayer FPS game created in Godot Engine
Stars: ✭ 92 (+22.67%)
Mutual labels:  godot
planetarium
Our Planetarium project!
Stars: ✭ 45 (-40%)
Mutual labels:  godot
goblins-game-gd
Turn based strategy game made with Godot Engine.
Stars: ✭ 68 (-9.33%)
Mutual labels:  godot
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (+5.33%)
Mutual labels:  godot
gd-blender-3d-shortcuts
Blender 3D Shortcuts in Godot
Stars: ✭ 68 (-9.33%)
Mutual labels:  godot
Conquest
Risk-like game in Godot
Stars: ✭ 61 (-18.67%)
Mutual labels:  godot
godot-swift
swift language support for the godot game engine
Stars: ✭ 111 (+48%)
Mutual labels:  godot
obs-websocket-gd
Control OBS from inside a Godot game or app.
Stars: ✭ 42 (-44%)
Mutual labels:  godot
godot-psx-style-demo
Demo project featuring a collection of PS1 style shaders and materials for Godot engine.
Stars: ✭ 266 (+254.67%)
Mutual labels:  godot
godot-xterm
Terminal emulator for the Godot game engine.
Stars: ✭ 61 (-18.67%)
Mutual labels:  godot
GDGotm
Official Godot plugin for gotm.io - the Godot Platform!
Stars: ✭ 43 (-42.67%)
Mutual labels:  godot
godot-rpgdb
An easy to use JSON database-manager for Godot.
Stars: ✭ 25 (-66.67%)
Mutual labels:  godot
Voxly
Intuitive open source voxel editor; for both small and big ideas!
Stars: ✭ 46 (-38.67%)
Mutual labels:  godot
godot tools
A set of GDScript EditorScript and EditorPlugins tools that automate boring tasks on Godot Engine.
Stars: ✭ 50 (-33.33%)
Mutual labels:  godot
godot-action-animation-framework
create animation easy in Godot with GDAction
Stars: ✭ 43 (-42.67%)
Mutual labels:  godot
godot-logger
Simple in-game logger for Godot 4.0
Stars: ✭ 14 (-81.33%)
Mutual labels:  godot
Godot-WorldMaker
Fantasy world creator made with Godot for fun
Stars: ✭ 73 (-2.67%)
Mutual labels:  godot
novemberdev soulslike darksouls godot
Dark Souls clone in 3D with Godot
Stars: ✭ 51 (-32%)
Mutual labels:  godot
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+158.67%)
Mutual labels:  godot
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-74.67%)
Mutual labels:  godot

FileSystemView

icon

A Godot tool similar to FileSystem dock, allows you to customize filters(views) to work with project resources.

demo1

Changes in 1.5

  1. (Important) Since 1.5, this plugin saves settings with json format, and you may need to update your settings manually.

  2. Multi-select and dragging are fully supported. You can now drag files freely.

    Bugs related to ImportDock are also fixed.

  3. Remade context menu provides useful functions (more in future):

    • Play selected scene

    • Copy paths for multiple files

  4. Support for resource thumbnails.

Install

  1. Install via AssetLib, or download this repo and put FileSystemView folder into YOUR_PROJECT/addons/.

  2. Activate it at Project > Project Settings > Plugins. A dock named View will appear on the left-bottom side.

Usage

The usage is basically similar to FileSystem dock.

  • FileSystem dock would be influenced when using this plugin.

  • Favorites is not supported.

Configure Views

View settings are saved in config.json. If it doesn't exists, the plugin will load from defaultConfig.json.

demo3

  • Icon comes from EditorIcons of editor theme. You can preview icons by plugins such as Editor Theme Explorer and Editor Icons Previewer

  • Filters are separated by ;, e.g: *.gd;*.cs;*.vs;*.gdns

  • Folders with no available files can be hidden.

These options can be temporary toggled when in use.

ChangeLog

1.1

  • Now folder state can keep when switching views.

  • Update folder_empty icon.

  • Fix bugs and typo.

1.0

  • First release.

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].