Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Github for Unityをさわる
Search
いも
November 29, 2017
Technology
0
640
Github for Unityをさわる
Gotanda.unity #3 の資料です
いも
November 29, 2017
Tweet
Share
More Decks by いも
See All by いも
UnityプログラミングバイブルR6号宣伝&Unity Logging小話
adarapata
0
560
Unityテスト活動のふりかえり
adarapata
1
580
Gather.townはいいぞ その後
adarapata
1
1.6k
Unityでの開発事例
adarapata
3
22k
どこのご家庭にもあるシーンマネージャーの話
adarapata
1
8.2k
Gather.townはいいぞ
adarapata
2
2.4k
宴はいいぞ
adarapata
0
1.5k
わかった気になるモブプログラミング
adarapata
1
120
モブワークっぽいのをやっている話/Trying mobwork
adarapata
2
1.3k
Other Decks in Technology
See All in Technology
プラットフォーム転換期におけるGitHub Copilot活用〜Coding agentがそれを加速するか〜 / Leveraging GitHub Copilot During Platform Transition Periods
aeonpeople
1
240
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
260
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
460
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
1.2k
S3アクセス制御の設計ポイント
tommy0124
3
200
Codeful Serverless / 一人運用でもやり抜く力
_kensh
7
450
組織を巻き込む大規模プラットフォーム移行戦略 〜50+サービスのマルチリージョン・マルチプロダクト化で学んだステークホルダー協働の実践〜 / Platform migration strategy engaging all stakeholders
toshi0607
2
140
roppongirb_20250911
igaiga
1
250
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
540
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
230
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
210
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
210
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.8k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Code Reviewing Like a Champion
maltzj
525
40k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
How to train your dragon (web standard)
notwaldorf
96
6.2k
What's in a price? How to price your products and services
michaelherold
246
12k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
The Cult of Friendly URLs
andyhume
79
6.6k
Transcript
Github for Unity をさわる いも 11/29 Gotanda.unity #3
自己紹介 いも(@adarapata) adarapata.com サーバとかAndroidアプリやったり 趣味でUnityやったり ガルパンおじさん メタルマックス Xeno NEW!
Github for Unity 6月ごろにGithub Incが公開したOSS https://unity.github.com/ Unity Editor上でGit及びGithubにアクセスできる 拡張機能 git
lfsに対応している 開発は活発っぽい
※補足 lfsとは Large File Storage 画像など、Gitで管理しにくい大きいバイナリを管 理する仕組み ファイルの実体はストレージ領域に保持して、ポ インタのテキストだけを管理する Githubは2GBまでサポートしてる
https://git-lfs.github.com/
できること 最低限の動作ができるっぽい init commit fetch push pull ブランチのチェックアウト、削除 コミット履歴確認 githubへのpublish
git lfsのロックファイルの確認、解除
デモ
所感 単純な管理ならわりと問題なくできる branch切ってcommitしてpushとか エンジニアにはまだ物足りなさそう 特に差分が見れないのは気になる・・ Collaborateの雰囲気で非エンジニアが使えるかも 開発は活発なので、追っていくのはよさそう SSH対応しようとしてたり GHE対応しようとしてたり
おわり
None