2D Sprite in 3D space

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

Hi, I took on one idea and ran into a small problem. I have a character assembled from several “bones” in 2D, however, I need to place it in 3D. Is it possible to integrate it in any way?

I know about the existence of Sprite3D, but working with it seems to me as inconvenient as possible

:bust_in_silhouette: Reply From: lewis glasgow

the only thing i can think of is this:

sprite3D
	Viewport
		your_player
			Camera2D

as node tree then set sprite3d’s texture to the viewport