armory icon indicating copy to clipboard operation
armory copied to clipboard

Text Object manipulation Node

Open BrahRah opened this issue 2 years ago • 1 comments

It's pretty important to have text in a game. Blenders text object would be perfect for this. With a node that can dynamically change the text/font/size etc. it would pave the way for any text based game or games that have written dialogue or story elements. With that we could dynamically add text to speech bubbles and rpg text boxes.

I need something that displays text in armory without I can't make games. I don't have the time to learn haxe to add this as a feature.

BrahRah avatar Sep 04 '22 17:09 BrahRah

there is a node called draw string that allows you to use text... you could used it with text in a json file, the text is displayed in a single line but with some extra nodes you can achieve a text area display, i have done this its very useful because you can control how to display it

image

image

t3du avatar Dec 06 '22 00:12 t3du