Text in 3D on MeshInstance or floating in air

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ComanderKai77

How can I write a text in 3D? I have a floor and want to write on it a string dynamically.

I can’t give you a proper answer, but I would suggest you take a look at the “gui in 3D” example project, which shows how to get ui elements on a 3D plane (Quad). I suppose you could do what you want using Labels in 3D that way.

I’ve only done this myself in godot 2 once, so I’ve no clue how exactly it works in godot 3.

I hope that helps.

woopdeedoo | 2018-11-11 05:51

Wow, cool, there is a demo project called 2d_in_3d which does exactly what I was looking for. Thank you woopdeedoo.

ComanderKai77 | 2018-11-11 11:52