Hello everyone,
I'm not sure if this is the right forum to post this in, since this is an A7 question. However, I am using C-Script and not Lite-C, so hopefully this is the place.
I'm trying to set up a sprite so that it always faces the camera. Just setting it's rotation values to 0 isn't enough, as that always faces the camera but stays perpendicular to the floor. I want the sprite to face the camera no matter what angle the camera is at.
In A6, I accomplished this by using the following code:
Code:
my.oriented=off;
my.facing=on;
Unfortunately, this no longer seems to work. Does anyone have any ideas?
Thanks!