sschmid/Entitas

Contribute to Entitas (Windows)

開放

#586 建立於 2018年1月27日

 (3 則留言) (0 個反應) (0 位負責人)C# (1,104 個分叉)batch import
help wanted

倉庫指標

星標
 (6,782 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Customizing or Contributing to Entitas

To customize or contribute to Entitas, please follow CONTRIBUTING.md

The bash build scripts should work out-of-the-box for macOS / Unix. Minor adjustments or an updated CONTRIBUTING.md might be necessary to make it work on Windows.

It's those 3 commands that need to work for local building, testing and syncing new code to the Unity projects

$ ./Scripts/bee tests $ ./Scripts/bee build $ ./Scripts/bee sync

At a first glance, you probably have to either install mono on windows or replace xbuild with msbuild. Other than that it's simple bash, so we should be able to make it work on Windows.

Let's find out together, Windows user

貢獻者指南