This is a Unity project of the Cooking Support System.
- OS: Windows 10
- Unity version: 2017.3.1f1
- MySQL version: 8.0.15
- PC: VR Ready (https://ocul.us/compat-tool)
- Device: Oculus Rift CV1 and Touch
- Download Unity 2017.3.1 installer from the following link. https://unity3d.com/jp/get-unity/download/archive
- Install Unity 2017.3.1f1.
- Download Oculus Rift software from the following link. https://www.oculus.com/setup/
- Install Oculus software.
- Download "Oculus Utilities for Unity ver.1.24.0" from the following link.
https://developer.oculus.com/downloads/package/oculus-utilities-for-unity-5/1.24.0/ - Unzip the downloaded file.
- Open this project with Unity.
- Click [Assets]-[Import Package]-[Custom Package...].
- Select and open "OculusUtilities.unitypackage".
- Click [Import] button.
- Click [Yes] on "Update Oculus Utilities Plugin" window.
- Click [Restart] on "Restart Unity" window.
- Purchase "Final IK" from the following link.
https://assetstore.unity.com/packages/tools/animation/final-ik-142902. - Import Final IK into this project with Unity.
- Prepare "ConsoleSimpleTTS.exe" and "Interop.SpeechLib.dll", following the repository: https://github.com/PartnerRobotChallengeVirtual/console-simple-tts
- Copy those files to the [TTS] folder in the same directory as README.md.
- Download MySQL installer (8.0.15 is available).
- Install MySQL.
- Use Legacy Authentication Method.
- Root password is "**********".
- Other settings are default.
- Open MySQL Workbench, and click a connection.
- Click "Data Import" in "Server" tab.
- Check "Import from Dump Project Folder", refer "CookingSupportSystem/dumps/DumpCooking", and start import.
- Open this project with Unity.
- Click "DatabaseManager" in Hierarchy window.
- Input root password into "My Sql Password" in Inspector window.
- Create a "Build" folder in this project folder.
- Open this project with Unity.
- Click [File]-[Build Settings].
- Click [Build].
- Select the "Build" folder.
- Type a file name and save the file.
- Double click "Assets/CookingSupport/Scenes/CookingGuidance(.unity)" in Project window.
- Click the Play button at the top of the Unity editor.
- Copy the "SIGVerseConfig" folder into the "Build" folder.
- Double Click the "*.exe" in the "Build" folder.
- Install Cygwin.
- Open Cygwin, and create OpenSSH key.
- Set up for becoming a client of NII server using a public key.
- Install Teraterm.
- Open Teraterm, and connect to server (socio3.iir.nii.ac.jp) using a secret key.
- Click 'SSH Transfer' in the Settings, and add 'local 53306, remote 3306'.
https://github.com/shiori-yokota
This project is licensed under the SIGVerse License - see the LICENSE.txt file for details.