diff --git a/docs/README.md b/docs/README.md index d1b7c66..b6509fd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # SKCell -v0.14.3 by Alex Liu +v0.15.0 by Alex Liu SKCell is a powerful, comprehensive utility package for Unity that can greatly enhance your development experience. Webpage: here @@ -3358,7 +3358,8 @@ The SK Sprite Editor allows you to draw, erase, and modify images in the The sprite editor inspector is located on the right of the screen. You can select tools, adjust image colors, and apply image effects to the texture.

- - The Select tool allows you to select a rectangular area on the texture. All later modifications will be restricted to this area. + - The Select tool allows you to select a rectangular area on the texture. All later modifications will be restricted to this area.
+ You can also crop the image by clicking "Save Selected Area As..." on the left. (starting v0.15.0)

- The Paint Brush tool allows you to draw on the texture. You can specify a shape (smooth or solid), select a color, and adjust the size for the brush.

- The Eraser tool allows you to erase colors on the texture. Still, the brush settings apply.

@@ -3377,6 +3378,7 @@ The SK Sprite Editor allows you to draw, erase, and modify images in the + #### 15.2 Sprite Colorer The sprite colorer allows you to assign a single color to a sprite. (will affect all non-transparent pixels)
@@ -3390,6 +3392,13 @@ Select SKCell/Tools/Texture Utils to open the window. ## Dev Log +v0.15.x +2023.11 +- Added SKUIModelViewer +- Added Crop function to SKSpriteEditor +- Fixed issues with SKBehaviourEditor +- Removed Gizmos folder (unused) + v0.14.x 2023.11 - Shader & Effects update!