I'm making a 3D game first time for a game jam.

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

I wanna make a game with similar graphics to old Wolfenstein and Doom games . So I wanna add png files as mashes . Is there any way to do it or I need to create mashes from blender which is very thin ?

Try using Sprite3D nodes for the enemy images. Also look at using the “Billboard” property of spatial materials.

Ertain | 2021-04-10 17:30

What about using MeshInstances with a QuadMesh as mesh and then setting a texture? Yes I know, horrible advice. Convoluted to edit and manage. Use Blender :smiley:

Hoimar | 2021-04-12 20:17

:bust_in_silhouette: Reply From: boston2029

Yuh, you gotta use Blender. Or if you’re lazy, you can just make a material with your image and plop that material onto a capsule shape. Then it’d be a capsule (like a pill) shape that just has your image on it. Which is probably not what you mean, so I think you have to use Blender.