Category archives: Visual Studio Code
All about VSCode IDE, tips, tricks, and new features as it relates to game, app, or web development.
RSS feed of Visual Studio Code
Unity3d ARKit Face Tracking while adding configurable actions when detecting specific blend shapes or when detecting an expression as a whole. Specific blend shape detection occurs when we add one area of the face to be detected with lower and upper bounds, if the detection is within the bounds an action is executed given the method name and delay specified in the action configuration.
Continue reading
Unity3d ARKit Face Tracking while generating a 3D mesh which maps the geometry of the face. Geometry data is sent back from ARKit and then map in Unity3d by mapping its vertices, UVs, and triangles. Check this video as I show you a live demo on how the 3D Mesh looks like when running this app from an iPhone Xs.
Unity3d ARKit Face Tracking while placing face objects, is a video where I provide a step by step process of adding a left eye, right eye, and head prefabs which are then placed on the face based on the ARKit anchor data sent to Unity3d.
Unity3d ARKit Face Tracking is a video where I provide a step by step process of creating a fully functional application that allows you to configure which areas of the human face to track.
Continue reading
In this video I show you how to use the VSCode Unity Debugger including how to set code breakpoints? how to use the watch expressions? and how to use the debugger console?
Continue reading