SabreCSG icon indicating copy to clipboard operation
SabreCSG copied to clipboard

Added package.json for Package Manager support.

Open vncastanheira opened this issue 4 years ago • 1 comments

This file allows SabreCSG to be added as a Package in Unity projects.

vncastanheira avatar Aug 19 '21 20:08 vncastanheira

This also requires an asmdef file, which then breaks all of the reflection code. It won't find additional compound brushes and volumes in your project (nor the included ones). There's also a lot of hardcoded logic that checks the Assets/SabreCSG directory. It's not quite as easy as just adding a json file.

Henry00IS avatar Jan 30 '22 12:01 Henry00IS