Edit of asset "Composition" Accepted

Old/Current New/Edit
Title Composition Composition
Description A component-based architecture for Godot. Allows to extend the functionality of a node.
Compatible with Godot 4.1 - 4.4+

Features
- Create components that extend the functionality of a node.
- Easy creation and management of components from the editor.
- Work with components as with regular nodes.
- Components can be created as scenes or scripts.
- Supported nested scenes
- Fully documented.

Composition is a different approach to inheritance. It allows to extend the functionality of a node without modifying the node's code.
Inheritance is a way to extend the functionality of a node by modifying the node's code. It is useful when you want to add new functionality to an existing node.
Composition is a way to extend the functionality of a node by adding new nodes as children of the node. It is useful when you want to add new functionality to an existing node without modifying the node's code.
A component-based architecture for Godot. Allows to extend the functionality of a node.

Features
- Create components that extend the functionality of a node.
- Easy creation and management of components from the editor.
- Work with components as with regular nodes.
- Components can be created as scenes or scripts.
- Supported nested scenes
- Fully documented.

Composition is a different approach to inheritance. It allows to extend the functionality of a node without modifying the node's code.
Inheritance is a way to extend the functionality of a node by modifying the node's code. It is useful when you want to add new functionality to an existing node.
Composition is a way to extend the functionality of a node by adding new nodes as children of the node. It is useful when you want to add new functionality to an existing node without modifying the node's code.
Category Scripts Scripts
License MIT MIT
Repository Provider Custom Custom
Repository Url https://github.com/Nordsoft91/godot-composition https://github.com/Nordsoft91/godot-composition
Issues Url https://github.com/Nordsoft91/godot-composition/issues https://github.com/Nordsoft91/godot-composition/issues
Godot version Godot 4.1 Godot 4.4
Version String 1.1.2 1.1.0
Download Commit https://github.com/Nordsoft91/godot-composition/releases/download/1.1.2/composition_1.1.2.zip https://github.com/Nordsoft91/godot-composition/releases/download/1.1.0/composition_1.1.0.zip
Download Url (Computed) https://github.com/Nordsoft91/godot-composition/releases/download/1.1.2/composition_1.1.2.zip https://github.com/Nordsoft91/godot-composition/releases/download/1.1.0/composition_1.1.0.zip
Icon Url https://raw.githubusercontent.com/Nordsoft91/godot-composition/refs/heads/main/docs/composition_icon.png
https://raw.githubusercontent.com/Nordsoft91/godot-composition/refs/heads/main/docs/composition_icon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Nordsoft91/godot-composition/refs/heads/main/docs/images/feature_01.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Nordsoft91/godot-composition/refs/heads/main/docs/images/feature_02.png
Thumbnail