- All
- Animation
- App Development
- Augmented Reality
- Communication
- E-learning
- Games & Interactive
- News
- Tutorial
- Virtual Reality
-
Using MediaPipe in Unity for Face Tracking, Pose Detection, and Background Replacement
Build Unity experiences that respond to people, not inputs with MediaPipe What if your Unity project could react to a person instead of a button? We’ve used MediaPipe in Unity to build interactive installations where users walk up to a screen and instantly become part of the experience. Their face is tracked, their movement drives [...]
Read more -
Create a UI Magnifier in Unity (URP) Using a Second Camera
A magnifier inside the UI is useful for highlighting 3D models, inspecting objects, or providing accessible zoom functionality. This guide explains how to create a magnifier panel in Unity using a secondary camera and a RenderTexture, fully compatible with the Universal Render Pipeline (URP). Step 1: Set Up the Magnifier Camera Create a new camera [...]
Read more