File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -34,24 +34,6 @@ Depending on the runtime the game uses, Doorstop tries to run your assembly as f
3434 * Your assembly is run in a runtime that is isolated from Il2Cpp
3535 * You can access Il2Cpp runtime by interacting with its native ` il2cpp_ ` API
3636
37- ## WIP
38-
39- This project is a rewrite of the original Unity Doorstop.
40- The goal of the rewrite is to clean up the code base and merge the Unix version into the main build.
41-
42- Current progress:
43-
44- * [x] Restructure to allow multiple platform support
45- * [x] Port Windows support
46- * [x] Port mono support
47- * [x] Update Il2Cpp to use CoreCLR runtime
48- * [x] Port Unix support
49- * [x] Add Unix build scripts
50- * [x] Add ability to start mono debugger without special dnSpy mono DLLs
51- * [x] Add example run/configure script for Unix
52- * [ ] Test that ports actually work
53- * [x] Add automated CI builds
54-
5537## Building
5638
5739Doorstop uses [ xmake] ( https://xmake.io/ ) to build the project. To build, run ` build.bat ` , ` build.ps1 ` or ` build.sh ` .
You can’t perform that action at this time.
0 commit comments