Can the sprite editor slice two separate grids of different size pixels?
I have a spritesheet(PNG) with thousands of sprites that are 16 x 16 pixels and a few hundred that are 8 x 8. What I want to do is use one grid to slice the 16 x 16 sprites and another to slice the 8 x...
View Article"multiple sprites" → change resolution?
Hi, I have a PNG with multiple individual pieces and am using the "multiple" setting and sprite editor to take them apart: ![alt text][1] So far, so good; Now I decided that I wanted my sprites in...
View ArticleWhat is causing a color shift in one scene?
I have a canvas with a collection of PNGs making a title screen. Somehow Unity is changing the colors of the sprites making up the scene. Below is a chart showing a sample original PNG, how it is...
View Articlecan unity make sprite animations by scripting.
im loading an sprite sheet with an url. WWW www = new WWW(url); yield return www; output= Sprite.Create(www.texture,rec,new Vector2(0,0),1); gameObject.GetComponent().sprite= output; the problem is to...
View ArticleUnity Sprite Editor : Include blank/empty cells when slicing?
I have a bunch of *png spritesheets, each divided into 32 cells. On some of the cells, certain frames are empty. When I slice either by Grid-Cell-Size or Grid-Cell-Count, these empty cells are not...
View ArticleHow to better place pivot points in the Sprite Editor?
Hey. So I was woundering how to better place the pivot points to achieve a better, more smooth moving animation? I used Spriter Pro to create my animations, and I exported them as Sprite Sheets. Then I...
View ArticleSprite Editor won't open
The 'Sprite Editor' button doesn't open anything. It used to work but stopped suddenly. I tried creating a new project and restarting, but it still won't work. Please help! ![alt text][1] [1]:...
View ArticleHow to directly set the coordinates of Pivot Point in Sprite Editor?
I have a large number of sprites and I want the pivot point for all of them to be at the same coordinates i.e not necessarily at the center but at some other custom coordinates but those coordinates...
View ArticleCan I rearrange slices sliced by the Sprite Editor?
When slicing an image using the Slice Editor, it creates 'sub' items of the image. Can those 'subs' be arranged manually? For example, I got *capybaras.png*. I fire up the Sprite Editor and slice...
View ArticleSprites in Sprite Editor turn Invisible and cannot be sliced
I've made my own Sprite Sheets before, and i've imported them into Unity without any problems, but for some reason i brought in some new sprites and when i open up the sprite editor to slice them, they...
View ArticleScaling slices in Sprite Editor
I have a bunch sprites on one 1 1024 x 1024 texture file. If I increase the texture size to 2048 x 4096, the sprites I have already cut stay at the original resolution. So far it looks like you cannot...
View ArticleSprites 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 Article