Giter VIP home page Giter VIP logo

buildfighters's People

Contributors

chocomellon avatar kazukin134 avatar lycoris009ky avatar rewhiro avatar

Watchers

 avatar  avatar

buildfighters's Issues

命名規則

型名(クラス、構造体、列挙体)

パスカルケース
名詞
例:PlayerMover

メソッド名

パスカルケース
動詞
例:Move

プロパティ

キャメルケース
例:getHitPoint

定数名(const,readonly)

大文字スネーク
例:STAGE_NUM
※[SerializeField]で値を変更しない場合も含む

メンバー変数

アンダーバー終わり小文字スネーク
例:player_hit_point_

ローカル変数

小文字スネーク
例:player_hit_point

フォルダ名

パスカルケース

その他(Unityで使用するMaterial等)

パスカルケース

参考サイト

困ったときの命名

作業の仕方・注意点

Unityのバージョン

Version:5.2.1f1

インストールする際は、合わせてMicrosoft Visual Studio Tools for Unityもインストールしてください

Unityのバージョンは必ず5.2.1f1でお願いします
※UnityのAPIにバグがあり、Fixバージョンが出た場合のみバージョンアップします

作業の仕方

各自作業用フォルダとシーン(.unity)を作成するのでそこで作業してください

作業の注意点

プレハブ化を必ず行ってください

作業用シーンとは別に統合用シーンにプレハブを使用したいので必ずプレハブを作ってください

メンバー変数でpublicは極力使用しないでください

publicにするとどこでもアクセスできてしまいバグ探しが大変で作業効率が悪くなるからです

[SelealizeField]を極力使用してください

Unityのツール上で弄ることが可能になりゲームの調整がしやすくなるからです

画像、3DモデルはResourceフォルダに入れてください

コミットする際は、一機能できたらコミット、一機能できたらコミットをしてください

コミット履歴をみるときどの機能が追加されたかわかりやすくなるからです

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.