Project 2D Scenes onto 3D Objects

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

Hello everyone, this might be a difficult question, but I was wondering if there was a way I could project 2D Scenes onto 3d objects similar to this game: Gooby, Gabo, Gibi, Gluglu and Gubu by pixlhero
It would be very helpful, thanks!

:bust_in_silhouette: Reply From: Wakatta

If you’re not dealing with a complex shape you can place Sprite3D’s or even MeshInstances with a Quad mesh using a ViewportTexture as children in the desired locations

There’s also a project called DecalCo i think that you could use with the above technique of your scene to achieve the same results