VR Gameplay — Sentiment Analysis: Part 1

Prepare Resources

Widnu
2 min readSep 17, 2020

Development Tools & Programming Language

There are 3 main tools for this project.

1. Conda for implementing the machine learning models and APIs.

2. Android Studio for building a Speech Recognizer as a plug-in for Unity.

3. Unity 3D for implementing user interfaces.

The table below shows the technology stack for development.

Workspace Structure

The workspace consists of 3 folders for Unity, Python, and Android workspaces.

Git Repositories

We suggested downloading all projects from the following repertories before working on the next sections so that we will not be confused about how many sub-projects and related source code to be used in Unity.

Clone Repositories

1. Install Git: https://git-scm.com/downloads

2. Create a new folder on the local machine.

3. Right-click in the new folder and select ‘Git Bash Here’.

4. Clone the projects from GitHub into the project folder by the following commands.

git clone https://github.com/widnu/vr_sentiment_analysis → This repository is not public yet.git clone https://github.com/widnu/py_sentiment_analysisgit clone https://github.com/EricBatlle/UnityAndroidSpeechRecognizer

5. The project folder should be like this.

Conclusion

In this story, we prepare resources for VR development, which are Unity, Android plug-in, and Python Machine Learning projects.

Next

We will set up Python project with Anaconda and Spyder.

--

--