浏览代码

update build order.

/main
Tim Cooper 6 年前
当前提交
d1cf1291
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      build.py

3
build.py


def packages_list():
return [
#ORDER IS IMPORTANT
("com.unity.shadergraph", os.path.join("com.unity.shadergraph")),
("com.unity.shadergraph", os.path.join("com.unity.shadergraph")),
("com.unity.testframework.graphics", os.path.join("com.unity.testframework.graphics"))
]

正在加载...
取消
保存