Skip to content

Work in progress prototype for the Chisel Level Editor, for Unity

License

Notifications You must be signed in to change notification settings

oliver-davies/Chisel.Prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chisel.Prototype

This is a work in progress prototype for the Chisel level design editor. It is unfinished, and has bugs.

Chisel requires Unity 2019.1 or newer with the project set to ".net standard 2.0" / scripting runtime to ".net 4.x"

Notes:

  • Right now a temporary native library is used for the CSG algorithm, this will be replaced by a managed implementation which is currently being developed.
  • The native library is x64 and MacOSX only

Packages overview:

  • com.chisel.core Low-level API and functionality
  • com.chisel.editor Unity Scene Editor functionality and API, tools and UI
  • com.chisel.components Unity Monobehaviour runtime API (to allow for possible ECS replacement in future)
  • com.scene.handles.extensions Custom scene handle extensions

The official Discord server can be found here: https://discord.gg/zttNkPQ

About

Work in progress prototype for the Chisel Level Editor, for Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.2%
  • ShaderLab 0.8%