【調査】Unityで音声認識とか

unityで音声認識
https://www.programmableweb.com/sdk/dialogflow-unity-c-sdk
https://github.com/dialogflow/dialogflow-unity-client
https://qiita.com/yanosen_jp/items/9a7bf801e600cb5bfa57
https://qiita.com/tomori_hikage/items/af1e0d00fc6f6f00e40e
https://qiita.com/haruno/items/5ab2d4c8290031149143
https://www.youtube.com/watch?v=HwT6QyOA80E
https://www.youtube.com/watch?v=29vyEOgsW8s
https://www.youtube.com/watch?v=QRx37mivPiQ

https://qiita.com/Zeni-Y/items/cb87de61b9830e7442dc

 

speech recognizer
https://www.youtube.com/watch?v=HwT6QyOA80E

voice command
https://www.youtube.com/watch?v=QRx37mivPiQ

XR独学に役立つサイト

### Unity

- C# unity developer 3D - udemy
https://www.udemy.com/unitycourse2/learn/v4/t/lecture/8400846?start=0

 

- C# unity developer 3D - udemy
https://www.udemy.com/unitycourse/learn/v4/t/lecture/10614272?start=0

 

- Game development in Unity - udemy
https://www.udemy.com/the-ultimate-guide-to-game-development-with-unity/learn/v4/t/lecture/8223216?start=0


### VR

- Extended Reality (XR) - Building AR | VR | MR Projects
https://subscription.packtpub.com/video/game_development/9781838559694

- Unity Virtual Reality Projects
https://subscription.packtpub.com/book/game_development/9781783988556

- Unity Virtual Reality Projects - Second Edition
https://subscription.packtpub.com/book/game_development/9781788478809

- Unity Virtual Reality - Volume 2
https://subscription.packtpub.com/video/game_development/9781788296779

- Virtual Reality Blueprints
https://subscription.packtpub.com/book/web_development/9781786462985

- Mastering Oculus Rift Development
https://subscription.packtpub.com/book/game_development/9781786461155

- Coursera系
https://www.coursera.org/courses?query=virtual%20reality&page=1&configure%5BclickAnalytics%5D=true&indices%5Btest_all_products%5D%5Bconfigure%5D%5BclickAnalytics%5D=true&indices%5Btest_all_products%5D%5Bconfigure%5D%5BhitsPerPage%5D=10

### AR

- Augmented Reality projects with ARCore 1.6
https://subscription.packtpub.com/video/application_development/9781789618136

- Learn ARCore - Fundamentals of Google ARCore
https://subscription.packtpub.com/book/application_development/9781788830409

- The Complete ARKit Course - Build 11 Augmented Reality Apps
https://subscription.packtpub.com/video/application_development/9781789958775

- Unity 2018 Augmented Reality Projects
https://subscription.packtpub.com/book/game_development/9781788838764

- Hands-On ARCore Development
https://subscription.packtpub.com/video/application_development/9781788832748

- Build a Classic Duck Hunting Game in Augmented Reality from Scratch
https://subscription.packtpub.com/video/application_development/9781789959260

- Coursera系
https://www.coursera.org/courses?query=augmented%20reality&page=1&configure%5BclickAnalytics%5D=true&indices%5Btest_all_products%5D%5Bconfigure%5D%5BclickAnalytics%5D=true&indices%5Btest_all_products%5D%5Bconfigure%5D%5BhitsPerPage%5D=10

### Blender

- Hands-On Blender 3D Modeling
https://subscription.packtpub.com/video/game_development/9781789953213

- Building a Game with Unity and Blender
https://subscription.packtpub.com/video/game_development/9781787286948

- Building a Character using Blender 3D
https://subscription.packtpub.com/video/web_development/9781788292764

 

### coursea

https://ja.coursera.org/learn/ar

 

サンプルコード
https://github.com/oreilly-japan/unity-virtual-reality-projects-ja

https://subscription.packtpub.com/book/game_development/9781788478809

【調査】VR or AR 空間での建築orインテリア空間を考える

sketchupで作成してUNITYにインポート、VRでビルド
脱出ゲームや建築を舞台としてダンジョンゲームならsketchupがよいとか
https://atl-hiroo.recruit-tech.co.jp/showcase/archives/94

unityライティング+建築インテリア
家具を動かすための技術
http://tsubakit1.hateblo.jp/entry/2018/01/17/001302

VRホットスポットを使ったバーチャルツアーアプリ
https://tutorialsforvr.com/creating-virtual-tour-app-in-vr-using-unity/
https://github.com/realitypipe/virtual-tour-app-unity/tree/master/ProjectSettings

 

【調査】Unityでの移動手法を考える(歩く、走る、テレポーテーションとか)

WASD入力移動
https://www.cs.purdue.edu/homes/cs390vr/lab2unity.html#3-preparation

https://www.cs.purdue.edu/homes/cs390vr/lab2unity.html#3-first-person-perspective


VR空間内を移動する
https://techblog.kayac.com/unity_advent_calendar_2018_11
VRでの移動8つ方法
https://www.moguravr.com/oculus-rift-vr/

 

FPSController
https://www.youtube.com/watch?v=NIAw9RHGUkM
https://www.youtube.com/watch?v=n-KX8AeGK7E

【調査】XRでの入力インターフェースを考える(コントローラー)

- VRコントローラーの種類と各用途
https://vrjour.jp/controller/
https://www.moguravr.com/vr-controller-2/

- 両手でオブジェクトを持つインタラクティブ(Transform操作)
https://techblog.kayac.com/unity_advent_calendar_2018_17
※用途として、家具などを手動でリサイズするとか?

VIVEのモーションコントローラーを(画面)に表示する
https://qiita.com/hadoumune/items/060849776c31ccb1bef3

PVのコントローラ(なんか欠点はあるみたい)
http://blog.livedoor.jp/koseki_yamaki/archives/1002278214.html

InputMagerの使い方(ゲームコントローラー)
http://nn-hokuson.hatenablog.com/entry/2017/11/20/211617
https://teratail.com/questions/33095