VladTaranu / Shapes2D

Shapes2D Fixes for Unity.

Home Page:http://sub-c.org/Shapes2D/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shapes2D is a useful Unity tool for easily creating art assets in the Unity editor. This Shapes2D fork attempts to implement several temporary fixes:

  • Added anti-aliasing toggle support for fixing the blurry sprites after export;
  • Introduced resolution multiplier in order to get rid of the pixelation in shapes;
  • Resolved problems with polygon/path editor in 3D scene view;
  • Fixed corner rounding issues on camera screen space;
  • Patched the unloded (invisible) sprites issue after initiating the shapes;
  • Fixed incorrect colors on linear color space;
  • Added some useful tips and links in the inspector to save you from many headaches.

Known issues:

  • Overlapping masks (one solution is to export the sprite).
  • If the shape is rendered incorrectly try disabling the children.

Untested:

  • 2D shapes;
  • World Space Canvas Preview.

Please note that this is highly experimental and it may produce further bugs. Please take a backup before updating to this version. If you continue to experience further issues, you should revert to the official stable version, which you can restore by copying Assets/Shapes2D into your project's Assets folder, or you can get Shapes2D on the Unity Asset Store (deprecated). For the fix only, replace your Shape.cs and ShapeEditor.cs with the new ones.

Documentation is online at http://sub-c.org/Shapes2D/documentation.

Discord at https://discord.gg/U7x8Yum. Feel free to ask questions and request help.

I didn't write the plugin, the original author is @all_iver. Go show him some love. \o/

🥞

About

Shapes2D Fixes for Unity.

http://sub-c.org/Shapes2D/documentation/

License:MIT License


Languages

Language:C# 81.2%Language:HLSL 16.6%Language:ShaderLab 2.2%