I worked on the following:
- Finding 3D assets for orange, apple, watermelon. Image below is a sample of one of the 3D assets
- Setting up the Unity development environment on my local machine
- Installing and getting started on using the following Unity libraries – UnityPhysics, UNet, UnityUI, Unity 2D, Unity Scripting
- Explored different methods of tracking the user’s LED. The most promising method was using Unity + OpenCV. Based on my research it seems like it might be challenging to write code to make Unity + OpenCV work together, however, an easy alternative might be to pay $95 to use an existing Unity plugin.
Progress status – on schedule
Deliverable for next week:
- Make existing 3D fruit objects appear in Unity game
- Basic fruit ninja logic functions. Like spawn fruit
- Researching methods to track the user LED through Unity