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
600
Unityテスト活動のふりかえり
adarapata
1
600
Gather.townはいいぞ その後
adarapata
1
1.6k
Unityでの開発事例
adarapata
3
23k
どこのご家庭にもあるシーンマネージャーの話
adarapata
2
8.4k
Gather.townはいいぞ
adarapata
2
2.4k
宴はいいぞ
adarapata
0
1.7k
わかった気になるモブプログラミング
adarapata
1
140
モブワークっぽいのをやっている話/Trying mobwork
adarapata
2
1.3k
Other Decks in Technology
See All in Technology
松尾研LLM講座2025 応用編Day3「軽量化」 講義資料
aratako
15
4.9k
『君の名は』と聞く君の名は。 / Your name, you who asks for mine.
nttcom
1
150
製造業から学んだ「本質を守り現場に合わせるアジャイル実践」
kamitokusari
0
470
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
2
760
小さく、早く、可能性を多産する。生成AIプロジェクト / prAIrie-dog
visional_engineering_and_design
0
370
Claude Codeを使った情報整理術
knishioka
20
12k
Node vs Deno vs Bun 〜推しランタイムを見つけよう〜
kamekyame
1
360
First-Principles-of-Scrum
hiranabe
3
1.6k
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.9k
歴史から学ぶ、Goのメモリ管理基礎
logica0419
12
2.5k
Authlete で実装する MCP OAuth 認可サーバー #CIMD の実装を添えて
watahani
0
430
Data Hubグループ 紹介資料
sansan33
PRO
0
2.6k
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Typedesign – Prime Four
hannesfritz
42
2.9k
So, you think you're a good person
axbom
PRO
0
1.9k
The Language of Interfaces
destraynor
162
26k
Claude Code のすすめ
schroneko
67
210k
Darren the Foodie - Storyboard
khoart
PRO
1
2.1k
Test your architecture with Archunit
thirion
1
2.1k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
31
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
0
34
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Designing for Performance
lara
610
70k
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