Day 79

I got Link lookin’ good! 😉

Time: 1:02:28

Commit

This extremely informative tutorial gave me tons of tips on Unity. Writing the info here so I can remember.

Anisotropic textures – Textures that have filtering applied that makes it look better at extreme angles. This only applies for 3D games. Could even cause graphical problems in 2D games.

Anti-aliasing – Technique that uses averaging algorithm to smooth over jagged edges in textures to hopefully make it look more realistic.

Collider visualization – You can more easily debug collider issues using visible colliders in the settings.

Pixel snap – Avoid float imprecision for pixel rendering using this material on the spritesheet.

Advertisement
Day 79

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s