HugoFang / realtime-CSG-for-unity

Realtime-CSG, CSG level editor for Unity

Home Page:https://realtimecsg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This github page holds the updated version of the Unity plugin Realtime-CSG

If you use this plugin, please let us know, we'd love to see what you've done with it!

Example Programmer art example. Note: couch, plants and some other small props are meshes, not CSG

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
  • 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)

  • Use the package manager to import the project using https://github.com/LogicalError/realtime-CSG-for-unity.git

Updating:

Git

  • Run git merge master in the console, from the RealtimeCSG folder

Manual Update

  • Close Unity
  • Delete the RealtimeCSG folder
  • Repeat the steps from "Manual Download" above

Unity Package Manager (UPM)

  • Simpy update the package

Links:


Contributing:

  • Fork this repo
  • Create your own branch
  • Submit a PR (do not submit PRs from the master branch of your fork)

README last updated March 4th, 2022

About

Realtime-CSG, CSG level editor for Unity

https://realtimecsg.com

License:MIT License


Languages

Language:C# 98.7%Language:ShaderLab 1.3%