Unity.Library.eppz.Geometry icon indicating copy to clipboard operation
Unity.Library.eppz.Geometry copied to clipboard

2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line dis...

Results 5 Unity.Library.eppz.Geometry issues
Sort by recently updated
recently updated
newest added

Trying this library out as it looks very helpful! But I'm hitting an error when running all the example scenes. `NullReferenceException: Object reference not set to an instance of an...

I have irregular vertices and i want to sort them CW or CCW. What is the generalized method to do it. Any suggestions please?

Great stuff you got here! Just one question, you mention in the description that you can perform subtraction. Is it possible to subtract one polygon from another as shown in...

Error I am getting after importing your library. ``` Assets/Plugins/eppz!/Geometry/Scenes/Controllers/Controller_1.cs(33,10): error CS0246: The type or namespace name `SegmentLineRenderer' could not be found. Are you missing an assembly reference? ```

Hi Borbas, Thanks for the amazing polygon operations! I am a green hand on unity. I would love to try this great library EPPZ. But it seems that directly download...