LogicalError / realtime-CSG-for-unity

Realtime-CSG, CSG level editor for Unity
https://realtimecsg.com
MIT License
732 stars 76 forks source link

Fails to compile on Unity 5.3 #352

Closed alexjhetherington closed 2 years ago

alexjhetherington commented 2 years ago

Assets/RealtimeCSG/Plugins/API/Foundation/Runtime/GeneratedMeshContents.cs(77,30): error CS1501: No overload for method SetTriangles' takes3' arguments

mesh.SetTriangles(indices, 0, calculateBounds: true);

https://docs.unity3d.com/530/Documentation/ScriptReference/Mesh.SetTriangles.html

nukeandbeans commented 2 years ago

Hey, thanks for this. The oldest supported version of RCSG is 5.4, so this is to be expected.