Skip to content

Eideren/realtime-CSG-for-unity

 
 

Repository files navigation

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 June 9th, 2022

About

Realtime-CSG, CSG level editor for Unity

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.8%
  • ShaderLab 1.2%