karl- / pb_CSG

A C# port of CSG.js by Evan W (http://evanw.github.io/csg.js/).
MIT License
634 stars 99 forks source link

Error with subtraction #8

Closed Thespyinthehole closed 3 years ago

Thespyinthehole commented 5 years ago

I have made my own cube meshes and when I try to do a subtraction i get this error.

IndexOutOfRangeException: Array index is out of range. Parabox.CSG.CSG_Model..ctor (UnityEngine.GameObject go) (at Assets/CSG/Classes/CSG_Model.cs:39) Parabox.CSG.CSG.Subtract (UnityEngine.GameObject lhs, UnityEngine.GameObject rhs) (at Assets/CSG/CSG.cs:62)

karl- commented 3 years ago

Should be fixed as of e2d2e1d, please re-open if not addressed.