Sprites change color in sprite editor
When I import a sprite png file to unity and open it up in the sprite editor, some pixels change colors from the original png. It seems as if the pixels are averaging out its surrounding pixels, but I...
View ArticleHow can I open the Sprite Editor from script?
I wanted to make a tool that groups several related functions for our game together, to make things more accessible for artists, and one of these is editing the slicing of a sprite. Normally you can...
View Articlewhy the image not showing in the sprite editor. help me!!!
![alt text][1] [1]: /storage/temp/76414-salah.png
View ArticleSprite Editor slicing issue (images off-center)
Hi, I'm attempting to slice a 4000*200 spritesheet and whenever I slice it, the slices seem right but the generated sprites are off-center. The first sprite is centered and the second sprite looks to...
View Articlesprite editor won't open for me... using version5.2
i have check if it was opened in another moniter, but no. i cant seem to find it. it just wouldn't do anything when i press sprite editor button.![alt text][1] [1]: /storage/temp/81899-캡처.jpg
View ArticleHow do I get edges to form to the sprite shape and not a block around the...
I am creating an angry Birds like game with Physics objects. I have set up the rigid bodies and box colliders around them. The problem I'm having is that when I install the physics objects i.e. Beams,...
View ArticleHow do I get the Box Collidor to form around the shape of the Sprite?
I am creating an angry Birds like game with Physics objects. I have set up the rigid bodies and box colliders around them. The problem I'm having is that the box colliders form ... well a box around...
View ArticleTexture Import Settings problem!
Ahoy, I want to change texture settings, apparently the pivot of the texture on runtime. But this code doesn't seems to work, (no errors just no change in pivot): if (Input.GetKeyDown(KeyCode.Space)) {...
View Articlewhy and how does unity change my sprites? what am i doing wrong?
so, as an example i used a basic pixel heart. i set the sprite filter mode to point. but instead of getting the clean 4 color sprite i imported i get this instead (the image taken from unity sprite...
View Articlespritesheet problem: makes characters float above ground
Hi, I'm totally new to Unity, so 'hi' to everybody. I have a strange problem in a simple 2d platformer I'm trying to make. When I check in the editor, my scene looks like this: ![alt text][1] Nothing...
View Articlesprite editor slice outline box is white
In Unity 5.6x, when I go into the Sprite Editor and try to use Slice, the sliced boxes on the image are white, and hard to see. Is there a way to change the color of the slice outlines? It is like this...
View ArticleHow can I change Sprite Editor Units to Pixels
Hey guys, I have a question: How can you change the displayed units to pixels instead in the Sprite Editor? My current problem is that every time I need to set up my pivot point in the animation...
View ArticleHow do you use code to set spriteAlignment for sub-images of a sprite in...
In a class derived from AssetPostprocessor, I use this code to change some default settings when importing image assets: void OnPreprocessTexture (){ TextureImporter textureImporter =...
View ArticleHow to change the color of the sprite slice outline
I'm having a difficult time seeing the sprite slice outline except when it's selected. Is there anyway to change the color or add a slight drop shadow, or anything to make it easier to see on the...
View ArticleSprite Editor not slicing correctly
I put the spritesheet into the sprite editor and I set it to 1 row 24 column Overall the sprite seems to drag slightly to the right side On frame 19 I see part of frame 18 Taking the same spritesheet...
View ArticleHow to re slice a sprite without loosing the names
I'm working on a game that is still subject to small changes and improvements. I have created a sprite with all the icons and I used the sprite editor to define the individual icons, I changed the...
View ArticleCan I use the Sprite Mode Polygon Editor to outline multiple sprites in one...
So, using the 2D tools properly for the first time in a long time. I seem to recall seeing multiple objects outlined with a polygon collider via the Sprite Mode Polygon Editor (select texture to open...
View ArticleUnity Sprite Editor Error
Hey guys, I need help and answer to this, I have my character pixel sprite sheet in the sprite editor which is sliced correctly according to frame, when I check the full character sprite sheet...
View ArticleVisual in sprite editor - then invisible sprites in scene + gui??? -- images...
My sprites are visible in the sprite editor - when I slice them. But not in the editor/game/scene mode. Some of the sprites show up fine - some don't. *** also it's sideways because I figured it might...
View ArticleHelp with "Messy" Pixel-Style graphics (5.5.0f3)
Hello :) . I have recently encountered a problem where my pixel-art became all weird and messy in some parts: . ![alt text][1] . (Left: Original, Right: As seen in Unity sprite editor) . this is...
View Article