FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
[LeapMotion + UniRx] Moving a Camera with Hand Gestures
NewsWeb Development

[LeapMotion + UniRx] Moving a Camera with Hand Gestures

via Dev.toShoichi Okaniwa3h ago

Introduction I wanted to find a way to move the Main Camera in Unity when the only available input device was a Leap Motion (no mouse or keyboard). Demo Here's what I built. (The display shown is a Looking Glass, but that's not the focus of this article.) // Detect dark theme var iframe = document.getElementById('tweet-1108794958318702592-826'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1108794958318702592&theme=dark" } When your hand is in a fist shape, the camera moves with your hand. When you open your hand, it stops. It feels like 3D mouse dragging — you can also move forward and backward. Sample Code Here's the code. Attach this script to a camera object and it should work. It uses UniRx . using Leap ; using System.Collections.Generic ; using System.Linq ; using UniRx ; using UniRx.Triggers ; using UnityEngine ; /// <summary> /// Camera controller /// </summary> public class CameraController : MonoBehaviour

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

Google is launching Search Live globally
News

Google is launching Search Live globally

TechCrunch • 3h ago

YouTube Premium cost me 30% extra for months until I noticed - check your plan ASAP
News

YouTube Premium cost me 30% extra for months until I noticed - check your plan ASAP

ZDNet • 3h ago

Best Amazon Spring Sale robot vacuum deals 2026
News

Best Amazon Spring Sale robot vacuum deals 2026

ZDNet • 3h ago

My favorite iPad for reading is $100 off on Amazon
News

My favorite iPad for reading is $100 off on Amazon

ZDNet • 3h ago

Day 1: The Session That Showed Me How Much I Don’t Know Yet
News

Day 1: The Session That Showed Me How Much I Don’t Know Yet

Medium Programming • 3h ago

Discover More Articles