when i run my game and click play on the main menu, the player sprite does not even appear on the screen. i have tried virtually everything even deleting the game object and recreating it. at one point, a slither of the player appeared, like a diagonal line, but this will not happen again, no matter what i try or how i rotate the player. any ideas? i have a deadline so any help would be much appreciated
i have just used the green bar to rotate it, and a really skinny slither is now appearing. but when it is rotated to face forward, it doesnt show still…
Instead of using the bar to rotate it, can you make sure the rotation values in the panel on the right are all 0? Assuming it’s a 2D game that only axis you will want to rotate on is z.
yeah i’ve done that, im not sure if it might be something to do with the image itself and how it was drawn, so ill check on that but im not confident on it
These values are cumulative, meaning that 0.1 on the sprite and 0.2 on the game object would manifest as a rotation of 0.3. So I’d check both the sprite and the game object it’s attached to.
yep still nothing :I
Double check all values, and keep in mind what Alex wrote about cumulative values. Does other projects work?
You can zip the project (ignore .internal and build folders) and share here.