Component View

An asset by notman
The page banner background of a mountain and forest
Component View hero image

Quick Information

0 ratings
Component View icon image
notman
Component View

A tab that contains game scenes you want quick access to.

Supported Engine Version
3.3
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Godot-Component-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.

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.

A tab that contains game scenes you want quick access to.

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
Component View icon image
notman
Component View

A tab that contains game scenes you want quick access to.

Supported Engine Version
3.3
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
2 years 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