Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In some cases, Z ordering of Player object matters #3

Closed
Earlz opened this issue Nov 1, 2014 · 1 comment
Closed

In some cases, Z ordering of Player object matters #3

Earlz opened this issue Nov 1, 2014 · 1 comment

Comments

@Earlz
Copy link

Earlz commented Nov 1, 2014

So, I ended up making a few mistakes laying out my scene following this tutorial, and basically my scene looked correct. After my player object respawned however, it would be behind the background, making the game slightly hard to play ;)

Setting it the Z of the player object to -1 or whatever fixed this though. Just hard to figure out, being a Unity noob. Might be nice to mention this possible mistake in your tutorial

@anwell
Copy link
Owner

anwell commented Nov 4, 2014

Good catch, I updated this repository to give the player a z index of -1 and threw it into the tutorial.

@anwell anwell closed this as completed Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants