Unity – My sprites from my sprite sheets keep changing

Sprite iconI’m new to Unity, and some of the stuff in Unity can be frustrating even tho it is a great tool. When working my self thru some tutorials for 2D games my sprites kept changing all the time, to random places on my sprite sheet. I got a bit tired of fixing my prefabs all the time, and after some googling and experimenting I found the reason.

After selecting the sprite sheet there is an option in the inspector called Generate Mip Maps. Right after deselecting Generate Mip Maps my sprites went back to normal.

Not sure what Mip Maps is or why is was selected. Just i tip sharing if anyone else run into same issues.

Happy spriting!

About Author

Related Posts

C# Reference Types

Understanding C# Reference Types

One of the key features of C# is its support for C# reference types, which allow developers to create complex, object-oriented applications. In this blog post, we…

c# value types

Understanding C# Value Types

C# is a powerful programming language that is widely used for developing a wide range of applications. One of the key features of C# is its support…

C# check if server is online

C# check if server is online directly from your code. Check servers or services like web servers, database servers like MySQL and MongoDB. You can probably check…

C# Convert Int to Char

C# convert int to char google search is giving some result which I think is not directly what some people want. Most results are giving instructions on…

c# bash script

C# Bash Script Made Easy

There are many reasons why it could be handy to run a bash script from a C# application. In 2014, before I changed to a Mac as…

go hello world

Golang Hello World, Get a Easy Fantastic Start

Golang hello world example tutorial. I assume you are new to the golang language since you found this website. Go is one of the latest programming languages…

Leave a Reply