Meta Connect 2024: Hyperscape and New Metaverse Innovations

Meta Connect 2024: Hyperscape and New Metaverse Innovations
source: gettyimages
September 18, 2025

===========================================================

At this year's Meta Connect developer conference, the social media giant unveiled several exciting updates for the metaverse, with a particular focus on enhanced virtual reality experiences and immersive spaces. While the event predominantly showcased new smart glasses, Meta surprised attendees with significant advancements in their digital environment tools.

Hyperscape: Creating Photorealistic Virtual Spaces

One of the standout announcements was Hyperscape, a technology first demoed last year, designed to enable developers and creators to craft highly realistic virtual environments. Currently available in Early Access, Hyperscape Capture lets Quest device users quickly scan a room and transform it into a detailed, photorealistic digital replica.

How It Works

Real-World Examples

Meta has already utilized Hyperscape to recreate notable locations, including:

Technology & Availability

Demonstrated using Gaussian Splatting, cloud rendering, and streaming on the Meta Quest 3 headset, Hyperscape ensures high-fidelity digital environments. The rollout is limited to users aged 18 and above with Quest 3 or Quest 3S devices, starting immediately but gradually expanding.

Additional Metaverse Updates

Apart from Hyperscape, Meta announced a lineup of fall VR games, including:

Furthermore, Horizon TV, Meta’s streaming app, will now support Disney+, ESPN, and Hulu. A partnership with Universal Pictures and Blumhouse will introduce immersive screenings of horror movies such as “M3GAN” and “The Black Phone.” A limited-time 3D clip of Avatar: Fire and Ash will also be available, enhancing the immersive experience.

About the Reporter

Sarah has been a tech journalist at TechCrunch since 2011, with prior experience across IT sectors including banking, retail, and software. She can be reached at sarahp@techcrunch.com or via Signal at sarahperez.01.

---

Meta's continuous innovations aim to deepen the immersive digital experience, paving the way for more realistic and engaging virtual worlds.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 144 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6643896,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}