So I am making a 2D board sport in 3D house and I do not need to use paper2D as a result of I am not likely utilizing sprites.
What I would like is to have the ability to make a grid of cubes positioned such that I can have a digital camera dealing with the grid and it’ll solely present the one face of all of the cubes. The concept is that to the participant it’s going to simply appear like a 2D board.
The issue I am having is, If I make a Dice and transfer it up/down/left/proper, the Digicam sees greater than only one face regardless of it being manually positioned to be trying head on on the dice.
So then I remembered that I most likely need an orthographic view, so I set the digital camera to that and sadly its simply wireframe.
So my query is, how do I accomplish this? Does UE5 not assist this sort of factor in any respect?