Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Godot V4 Scene Browser

An asset by Krosh
The page banner background of a mountain and forest
Godot V4 Scene Browser hero image

Quick Information

0 ratings
Godot V4 Scene Browser icon image
Krosh
Godot V4 Scene Browser

Rewrite https://godotengine.org/asset-library/asset/1070 for Godot V4Lets you view scenes inside the folder "assets/components", in a list, then add them to your current scene when you need it to make level editing easier. (not limited to levels alone, but that is the primary intention of the addon)Also features additional post-import scripts to make it easier to work with certain model types.

Supported Engine Version
4.1
Version String
1.0.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Scene Browser

A small Godot addon that makes it easier to make levels within the editor by giving you better access to the scenes you need for that.

I recommend the snappy addon as a good companion. https://github.com/jgillich/godot-snappy

Feedback is appriciated, I won't make any promises but I actively use this tool, so I have good incentives at least. README image

Usage

Adding scenes

When the addon is eanbled, it will create a folder called res://assets/components/. You can place scenes in this folder, and they will show up in the browser. This is done to separate them from other sub-scenes that you would not add to your levels directly (say a projectile emitter).

Grouping scenes

You can place scenes in the created components folder, but you can create subfolders to group them together. The CategoryList dropdown can be used to select between the categories. You can not create nested categories, the addon will only load folders up to one level.

Custom icons

There is a default icon for your components, but you can place a png file with the same name as the scene in the same folder to use that (if the scene is res://assets/components/example/example_component.tscn, the image should be res://assets/components/example/example_component.png), and it will be displayed instead.

Adding them to the scene

When you doubleclick an item in the component list it will be added as a child of the currenty selected node.

Import scripts

Some assets like *.obj files need extra scripts to be compatible out of the box, the addon comes with a few import scripts for those.

Icons made by Freepik from www.flaticon.com

Rewrite https://godotengine.org/asset-library/asset/1070 for Godot V4
Lets you view scenes inside the folder "assets/components", in a list, then add them to your current scene when you need it to make level editing easier. (not limited to levels alone, but that is the primary intention of the addon)

Also features additional post-import scripts to make it easier to work with certain model types.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot V4 Scene Browser icon image
Krosh
Godot V4 Scene Browser

Rewrite https://godotengine.org/asset-library/asset/1070 for Godot V4Lets you view scenes inside the folder "assets/components", in a list, then add them to your current scene when you need it to make level editing easier. (not limited to levels alone, but that is the primary intention of the addon)Also features additional post-import scripts to make it easier to work with certain model types.

Supported Engine Version
4.1
Version String
1.0.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers