Unity Free 4.5 has no Sprite Editor? [Solved]
Hi guys, I am checking out the 2D video tutorials and I can't find the Sprite Editor under the Window tab. Is it because I am with the free version of Unity? I am with version 4.5 Here is a screenshot:...
View ArticleUnity2D Sprite editor multiple pivot point edit
Hey guys, I wonder if there is a way in the sprite editor for a sprite that is set to multiple to set them all to a certain position without manually selecting them one by one ? I have like 50x sprites...
View ArticleNon-Rectangular sprites in the sprite editor
When one has multiple sprites in one image, is it possible to haves sprites that a) do not have a rectangular shape - so you could have a rectangle with a zigzag on one side for example b) that are...
View Articlehow do I fix the error messege "trying to read pixel out of bounds...
I have created sprite atlas with all the components for my character sprite. I saved it as a png. The atlas showsup fine when I add it to the scene view. But when I open the sprite editor to slice the...
View ArticleI can't open the sprite editor
when ever I try to open the sprite editor for a sprite sheet nothing happens. Has anyone had this before? I can't find anything similar on the internet
View ArticleSprite Editor not in Window Menu
The Sprite Editor is not in the menu under Window. I read a post that someone had the same issue but were able to bring it up by editing a sprite. Unfortunately I don't have any sprites to edit....
View Articlehow to create a sprite dynamically without provide a uv_position in code,for...
Sprite.Create(),this method need a rect to point the sprite,but i don't know that in real time,how can i just get it from the resources I just make up the sprite in the editor. Thank you!
View Article2d sprite not showing in sprite editor
When i import my sprite and select multiple sprite and choose true color and hit apply and then when i open sprite editor it shows only blank canvas nothing is showing ???
View ArticleThe sprite size is still the original size after resize the texture in...
Hi guys, In my project, I need to resize a sprite texture after it is imported. So I did this in AssetPostprocessor.OnPostprocessTexture(). But I noticed that the texture size was changed but the...
View ArticleHow do I change multiple pivot points in the Sprite Editor?
I've got several sprite animations that I need to set custom pivot points on, but I can't figure out how to select multiple frames in the sprite editor. Selecting them in the project window doesn't...
View ArticleHaving troubles opening sprite in "Sprite Editor"
I have recently been assigned to animate a character for a game and after importing everything in, I tried opening the the image in the sprite editor to slice the sprite sheet and i get these errors:...
View ArticleUsing sprites as GUI
I have a sheet of interface elements that I want to use as GUI but how can I use the sprites in my code? I've used the sprite editor set it to multiple etc. but how can I use this in my code? when I...
View ArticleHow to slice sprite for GUI
![alt text][1] [1]: /storage/temp/35253-screenshot+(2).png Hello I'm using the default GUI system and art assets to create this GUI. However the long light blue bar is stretching and not having nice...
View ArticlePNG images, color being screw up on import (with pic)
I drag and drop my sprite sheet into the assets folder and when I open the sprite editor it looks all crappy! I tried every setting in Max Size and Format and filter mode Any idea why? here's an...
View ArticleUnity 2D sprite Missing Content
![alt text][1] Hello Everbody. I am working on a mobile game. But i saw that my 'at' sprite appears not completly on some devices. I dont know what does the problem depends on. I send a screenshot. I...
View ArticleTrying to use the sprite editor but most of the buttons are greyed out, how...
As the title says, I'm trying to use the sprite editor and most of the options are greyed out. Not sure what I am doing wrong here ![alt text][1] . I've done a dozen different Google searches with no...
View Articlesprite editor will not apply selections.
I have watched a couple tutorials which seem to be a very simple process to create several sprites from one image. the tutorials seem to show its as simple as putting a png image into the assets...
View ArticleUnity 4.6: Where's the sprite editor?
The Window menu is missing the sprite editor option. I also can't find a method to open it otherwise; I can't create sprite assets either. ![alt text][1] [1]:...
View ArticleHow to set pivot points automatically in sprite editor?
I have a sprite sheet to slice using grid mode. I'm willing to set the same custom pivot point for each tile instead of the already available ones such as 'center' or 'top left.' How would I go about...
View ArticleSprite Atlas split into 2 by Unity, why?
Hey all, I have a texture like this: http://i.imgur.com/H2xVOku.png (white is alpha/transparency) After I split up and make all my sprites in the sprite editor window I get the following:...
View Article