Skip to content

Installation

Sander van Rossen edited this page Jul 17, 2025 · 3 revisions

How to install:

Git (Requires having git installed)

In the Assets/ or Packages/ folder of your project, in the command line, use the git command 
git clone https://github.com/LogicalError/realtime-CSG-for-unity.git RealtimeCSG

Manual Download

[Download this repo](https://github.com/LogicalError/realtime-CSG-for-unity/archive/refs/heads/master.zip)
Copy the folder in the downloaded zip to anywhere in your Assets/ folder, or to the Packages/ folder.
Rename the downloaded folder to RealtimeCSG

Unity Package Manager (UPM)

Open up the package manager in Window/Package Manager
Press the + button in the top left corner and select Install package from Git URL
Import the project by entering https://github.com/LogicalError/realtime-CSG-for-unity.git into the text field
Clone this wiki locally