Where's The Sprite Editor?

Is the Sprite Editor only in the Pro version?
I am using the free version of Unity on a Win7 machine and cannot find the Sprite Editor.
I looked in the Windows in the menu bar and restore factory settings.

Unity - Manual: Sprite Editor If that doesn’t exit then I assume you’re using an old version (pre-4.3).

–Eric

http://lmgtfy.com/?q=unity+sprite+editor&l=1

Thanks for the lmgtfy (didn’t know people were still posting those) Why didn’t I think to google it? smh.

Eric, my current version is the free download of 4.5.2, maybe it’s a bad install?
My project is 2D so I assume any textures imported are as type sprite?

What is not working? What are you doing and where would you expect something?

Here you go http://unity3d.com/learn/tutorials/modules/beginner/2d/sprite-editor

I am following a tutorial of making a simple Tetris game.
In a 2D project I import a transparent texture which consists of the pieces and am try to split them with the sprite editor.
I select the texture in project panel, but the sprite editor is not in the Inspector pane. Nor is the option Window>>Sprite Editor available while the texture is selected. I have tried cvg, png, and jpeg formats.

Change the texture type to Sprite.

–Eric

Thanks!!
Gonna try as soon as I get home.
If that’s what I missed I’m gonna kick myself multiple times!!