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

Example code doesn't work, ends up with seemingly empty mesh. #2

Closed M0rph3v5 closed 8 years ago

karl- commented 8 years ago

Using Unity 5.3.0f4 I'm able to run the demo scene without any issue. Can you provide a little more information about what code exactly isn't working, and what version/target platform you're running?

M0rph3v5 commented 8 years ago

Seems like you need to assign a material to the renderer again afterwards, that seems to be missing in your readme! :)

karl- commented 8 years ago

Ah, okay. I've added that to the example code in the readme, thanks for clarifying.