Skip to content
@SuperCLine-ActionEngine

SuperCLine-ActionEngine

一、 Rules & Names Convention

  • 遵循驼峰命名规则
  • 遵循Unity命名规则
  • 类名、函数以大写开头
  • 属性、类变量、局部变量以小写开头
  • 严禁写公有类变量
  • 统一命名空间
  • 除框架需要,请不要使用MonoBehaviour和MonoSingleton
  • Lua严格遵循两个规则:一是一切皆local,二是公有化一切皆module

二、 Git Convention

  • git add
  • git commit
    (+ add)
    (- remove)
    (* update)
    (# fixed)
  • git fetch
  • git rebase
  • manual merge
  • git rebase -continue
  • git push

三、 Environment

unity

git

python 3.10

  • [Install python]
    备注:通过cmd窗口输入python进行安装
    

repo

  • Install repo
    备注:通过git bash来运行Install目录下的命令
    

editor

mac

# install git
brew install git
# install git-gui
brew install git-gui
# install git lfs
brew install git-lfs
# install python 3.10.5
brew install python
# install repo
# https://gerrit.googlesource.com/git-repo/
# install unity 2020.3.40f1
# https://unity3d.com/unity/qa/lts-releases?version=2020.3

四、 git repo

repo init --no-clone-bundle -u https://github.com/SuperCLine-ActionEngine/OpenMic-Manifest.git
repo sync
repo forall -c git checkout master

Popular repositories

  1. .github .github Public

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…