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
Unity勉強会事前資料
Search
Yuki014
August 02, 2016
Programming
0
300
Unity勉強会事前資料
Yuki014
August 02, 2016
Tweet
Share
Other Decks in Programming
See All in Programming
testingを眺める
matumoto
1
140
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
390
Amazon RDS 向けに提供されている MCP Server と仕組みを調べてみた/jawsug-okayama-2025-aurora-mcp
takahashiikki
1
110
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
760
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
450
Design Foundational Data Engineering Observability
sucitw
3
200
AIコーディングAgentとの向き合い方
eycjur
0
270
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
rage against annotate_predecessor
junk0612
0
170
複雑なドメインに挑む.pdf
yukisakai1225
5
1.2k
Ruby Parser progress report 2025
yui_knk
1
440
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
460k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Unsuck your backbone
ammeep
671
58k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
KATA
mclloyd
32
14k
Writing Fast Ruby
sferik
628
62k
Transcript
Unity勉強会 Unityの基本から簡単なVRまで 事前準備用
Unityの起動 インストール編 I accept the teams of the License Agreement にチェックを入れる
Unityの起動 インストール編 ・Unity 5.x.xfl ・Documentation ・Web Player ・Standard Assets ・Windows Build
Support ・Android Build Support の6個だけチェックを入れる
Unityの起動 インストール編 何もいじらずそのままNextでOK
Unityの起動 ID作成編 ・Email,Password,Username,FullName を記入する ・Countryは「Japan」にする ・Click or touch the ◦◦(この例はBattery) は下に表示されている画像の中から文面
に合うものを選択する ・I agree to the Unity Terms of Use and Privacy Policy にチェックを入れる
Unityの起動 作成したアカウント情報を 入力する
AndroidStudioの起動 インストール編 https://developer.android.com/studio/index.ht ml からAndroidStudioをダウンロード
AndroidStudioの起動 インストール編 Nextをクリック
AndroidStudioの起動 インストール編 Installに変わるまで3回ほどNextをクリック 後は自動的にインストールが終わるのを待つだけ
AndroidStudioの起動 StandardでOK
AndroidStudioの起動 4つ全てにチェック 次の画面でFinish をクリックしたら終 わるのを待つ
AndroidStudioの起動 起動してこのような画面が表示 されたら完了です
当日の内容(予定) • Unityエディターの概要 • 3D空間の操作(ショートカットとマウスの操作) • オブジェクトの配置/移動/回転 • コンポーネント指向(Transform,Camera,Rigidbody,Collider) •
プレハブ化 • UIの配置 • パーティクルシステム • C#によるスクリプティング(GameObject, GetComponent, Start/Update/Collision 系) • AssetStoreの巡り方 • UnityPackageのインポート • Androidにビルド