My sprite cover the edges of other sprite Unity 2D

Xenonn

I'm working on a procedural world generation in Unity 2D. But when It spawns my blocks, blocks cover each other. What could be the possible problem? How can I fix it?

Thanks for your help.

Screenshot: screenshot

Xenonn

Okay, finally managed to solve it. For future people, here's the solution:

So when you export your sprite from Photoshop or whatever program you use, you export it with a preferred size (ex. 128×128 px).

What you need to do is, go ahead and click your .png file in Unity. In the inspector window, you will see an option called "Pixels Per Unit". You have to enter the correct sprite size there.

Apply the changes, and there you go!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related