VR With Unity #7

Evaluation of the technique

 Posted on January 27, 2024  |  4 minutes  |  672 words  |  Barthélemy Paléologue

In the previous article, we developped a selection technique for a VR supermarket. Here is the result we achieved: You should probably read the previous article first: https://barthpaleologue.github.io/Blog/posts/vr-with-unity-6/ Today’s blog post is all about evaluation. We will see how we can evaluate a selection technique, and how we can use the results to find ways to improve it. Evaluation Before we start evaluating, we should ask ourselves what is it we want to evaluate, which metrics do we use? [Read More]
VR  Unity  C#  IGD301 

VR With Unity #6

The final project

 Posted on January 21, 2024  |  16 minutes  |  3403 words  |  Barthélémy Paléologue

Okay the course is coming to a close and now we have to make a final project. The task is quite straightforward: select grocery items in a supermarket. The idea is to implement one of the selection techniques of last time and evaluate it along a few metric such as accuracy, speed, user satisfaction, etc. This blog post will cover the implementation of the technique and the next one will cover the evaluation. [Read More]
IGD301  VR  Unity  C# 

VR with Unity #5

Daunting supermarkets

 Posted on December 18, 2023  |  8 minutes  |  1677 words  |  Barthélémy Paleologue

Have you ever been in a supermarket and felt overwhelmed by the task of grabing objects from the shelves? I know, i know. The supermarket of dooooom Of course you have! This feeling of frustration is not uncommon for people not using advanced VR selection techniques in real supermarkets. That is why we will explore some techniques that could be used to make your VR experience more enjoyable while shopping for groceries. [Read More]

VR with Unity #3

Your first VR game on Oculus Quest

 Posted on December 10, 2023  |  10 minutes  |  2016 words  |  Barthélemy Paléologue

Let’s do some real VR development! The school lent me an Oculus Quest, so I will be doing the next tutorials with it. What are we doing today? Okay so last week we created a simple game, following the Roll a ball tutorial from Unity. The ball was controlled using the keyboard, but today we will control it by grabbing the game board with our hands, and moving it around to make the ball roll! [Read More]
VR  Unity  C#  IGD301 

VR with Unity #2

Rolling a ball

 Posted on November 27, 2023  |  18 minutes  |  3681 words  |  Barthélemy Paléologue

This blog post is the 2nd in the VR with Unity series. This week, we are setting a small scene in Unity to get familiar with the editor and have something to work with in VR next week. This is essentially the Roll a Ball tutorial from Unity, but with a few changes. If you already know how to use Unity, you can go crazy and expend on Roll a Ball as long as the core mechanic is the same (we will need it next week). [Read More]
VR  Unity  C#  IGD301 

VR With Unity #1

Setup

 Posted on November 20, 2023  |  3 minutes  |  499 words  |  Barthélemy Paléologue

Hello, welcome to my blog! This is the first post of a series of posts about VR development with Unity. I am currently a student at Telecom Paris and writing this blog is part of our assignment. I will try to keep things as simple as possible so that everyone can follow along. For this first part, I will only cover the setup part of our development environment with Unity. If you already have Unity installed and know how to use it, you can skip this part. [Read More]