Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

TreeOFLightProject/UnityDoorstop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编译项目

需要安装'xmake'和'Visual Studio(需安装 C/C++组件,即 MSVC 编译器)'

编译前准备

  xmake f -m release -a x64 --include_logging=false # Release

  xmake f -m debug -a x64 --include_logging=true # Debug on include_logging

编译

xmake build

编译完成后,结果将被输出到./build/windows目录中。但是要注意,使用时可以选择将./assets/doorstop_config.ini文件复制到游戏目录下。

About

Doorstop -- run C# before Unity does!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.1%
  • Lua 7.9%