百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
L

lasertag

> 编程语言
开源

一款适用于 Oculus Quest 3 的混合现实多人游戏

355 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一款适用于 Oculus Quest 3 的混合现实多人游戏

Lasertag

Lasertag is a mixed reality colocated multiplayer FPS for Meta Quest 3 (and possibly other headsets). It's an experimental multiplayer mixed-reality game for people in the same physical space.

Join the beta ➔

Website & video ➔

Join the discord ➔

Code

Lasertag is a Unity project using the Netcode for GameObjects multiplayer library.

The Netcode for GameObjects configuration is unusual: Lasertag uses NGO's Distributed Authority mode but via LAN ('DAHost' mode) instead of through Unity's cloud services (CMB Services). While undocumented, everything but host migration works.

Lasertag features a custom live environment scanning system that progressively scans and meshes the environment during play. The environment scan is used for physics collision and visual occlusion.

License

Lasertag uses the PolyForm Noncommercial License 1.0.0. If you would like to license Lasertag code for commercial projects, please reach out to me!

Credits

  • UI sounds from Fourier on opengameart.org
  • "Level up sound effects" by Bart Kelsey. Commissioned by Will Corwin for OpenGameArt.org
  • Meshia Mesh Simplification — called by the environment scanner system for mesh simplification. Excellent package!

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言