Edit of asset "RichText3D" Accepted

Old/Current New/Edit
Title RichText3D RichText3D
Description A performant 3D BBCode renderer for Godot.

Features:
- Can be added from the Create Node and similar menus.
- Renders BBCode in real time into a 3D plane.
- Supports all standard BBCode rendering features, such as [color], [b], [i], [img], [table], [font], [font_size], etc. All features of BBCode are listed in the Godot Docs.
- Exposes adjustable resolution (pixels per Godot world unit), element size, and virtual text width; with automatic text wrapping.
- Horizontal and vertical alignments fully match the 2D version of RichTextLabel.
- Optimizes rendering to happen only when properties change, and at most once per frame.
- Supports animated text (by disabling the optimization and rendering the SubViewport every frame, use with care).
- Does not pollute the scene tree or the .tscn files with any extra children.
- The StandardMaterial in material_override can be updated in the editor without loss.
A performant 3D BBCode renderer for Godot.
Category 3D Tools 3D Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/mszylkowski/rich-text-3d-godot https://github.com/mszylkowski/rich-text-3d-godot
Issues Url https://github.com/mszylkowski/rich-text-3d-godot/issues https://github.com/mszylkowski/rich-text-3d-godot/issues
Godot version Godot 4.0 Godot 4.0
Version String 0.1.1 0.1.0
Download Commit 6320a5957962783e85c9bb0cf5f3bb087722eb3b 22fd02b5c354506e1a6943cc0b894dad18775e0a
Download Url (Computed) https://github.com/mszylkowski/rich-text-3d-godot/archive/6320a5957962783e85c9bb0cf5f3bb087722eb3b.zip https://github.com/mszylkowski/rich-text-3d-godot/archive/22fd02b5c354506e1a6943cc0b894dad18775e0a.zip
Icon Url https://raw.githubusercontent.com/mszylkowski/rich-text-3d-godot/main/screenshots/rich_text_3d.png
https://raw.githubusercontent.com/mszylkowski/rich-text-3d-godot/main/screenshots/rich_text_3d.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/mszylkowski/rich-text-3d-godot/main/screenshots/animation.gif
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/mszylkowski/rich-text-3d-godot/main/screenshots/inspector.png
Thumbnail
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/mszylkowski/rich-text-3d-godot/main/screenshots/create_node.png
Thumbnail