I’m working on HoMM3 clone. I use a map made of 3D tiles (they’re going to be hexes soon) and wanted to use 2D graphics for all the map elements such as obstacles AND the creatures. As for now (pic related) I made a plane and added the dragon graphic to it - I use OnMouseUp() to change dragon’s transform.position on the tile’s one.
My only problem (for now) is that the plane or any other cube object has it’s own white color (dragon’s bg is transparent). Is there a way to just show graphics I need? I need them to be on GameObjects
1- Create a Plane game object.
2- Create a material of type Particle->Alpha Blended and use your dragon image as a texture.
3- Scale down the created plane to the size suitable to your game.
1- Create a Plane game object.
2- Create a material of type Particle->Alpha Blended as long as you don’t need it to respond to light.
3- Use your picture as a texture for that material.
4- Assign that material to the plane.