Initial ideas… I tried to implement this technique on a simple scene in unity and tested it myself. But It doesn’t work well and also bring me a lot fatigue by forcing my arm behind my shoulder. And I also tested with one of my friends and received some feedback from her. During our discussion and we thought to remove the moving back option and also augment the turning. 2nd Round Design… In this version, player will only use their hand to control [rotation].
2021-01-26
3 min read
Prototyping & Evaluation Human Techniques Ethnographies, Focus Groups and Interviews…
Design Prototype Low-Fi Tools Horizontal and Vertical Prototype Evaluate • Lab study
• Field study
• Survey
• Grounded Theory/ Thematic Analysis
Some Guide or Restriction in evaluation Examples… [Problem] How to solve fatigue or use small motion to realize big movement? [Solutions] Homework — Evaluate your Locomotion Technique Link to a large Locomotion Technique Lib How to evaluate?
2021-01-05
1 min read
How to open a folder as a Unity Project Double-clicking Scene file opens the project in unity. (It might cause crash of Unity). Then restart hub and select a unity version for it.
My Locomotion Technique ideas… Inspiration (Click to check the video) On class example for presenting the idea:
Target : Develop a Swimming Technique in VR
Requirements: Make user feel that they are moving forward or backward
Method: detect distance and have the matrix
2020-12-10
2 min read
New knowledge: Last post mistake:
There are difference between tags and layers:
Tags are used for finding objects with a specific tag ( e.g. FindWithTag(str) ).
Layers can be used to identify objects at a high level.
There are also other interesting tutorials to follow…
https://www.youtube.com/c/DilmerValecillos/videos
https://sidequestvr.com/app/578/handspace
https://www.youtube.com/watch?v=A0gpaQGu_H0
https://www.youtube.com/watch?v=zPFU30tbyKs
Deploy my Roll-A-Ball on Oculus Errors record… try to use the build and run directly from Unity but fail. try to review all the undo step.
2020-12-03
2 min read
Get start with Unity… Some New knowledge in Unity for me: Customize Script Editor: Unity Lifecycle: Start ( ) / FixedUpdate( ) / Update( ) Start to implement a Simple Roll-A-Ball Game following Wenjie’s Slides! Skipped step: transform Empty GameObject In my scene, I don’t need to change the transform matrix of the Wall in general.
Import TMP: Unshown steps in the tutorial
It works with only importing the essential package.
2020-11-30
2 min read