I started with my very first Unity project one week ago. I have a little problem now, which I can’t solve.
My current situation is the following: I created a GameObject, which is basically the player (it’s first person perspective). Furthermore I have an underground and on this underground there is a simple cube. Above the cube there is an image (which is a formula). I added a picture of the game view. Now what I want to do is, whenever the player is moving around the cube, the image should look at the player.
Does anybody have a simple and understable solution for my problem? (Remember I’m a noob in unity )
You could modify it to face any object though, try adding a reference to a player GameObject and then modify the code to use that instead of the camera transform.