awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesParallel Editor Workflows

Development workflows centered around running multiple mirrored engine editors to iterate on networked logic.

Distinct from Editor Workflow Concurrency: Focuses on the workflow of using parallel editors in game development, not AI evaluation or text editor concurrency.

Explore 1 awesome GitHub repository matching game development · Parallel Editor Workflows. Refine with filters or upvote what's useful.

Awesome Parallel Editor Workflows GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • veriorpies/parrelsyncVeriorPies 的头像

    VeriorPies/ParrelSync

    5,995在 GitHub 上查看↗

    ParrelSync 是一个用于 Unity3D 的多人测试工具,通过启动单个项目的多个并行编辑器实例来模拟多名玩家。它作为一个编辑器克隆器和项目实例管理器,允许开发者在不进行完整构建的情况下实时测试网络交互。 该系统创建 Unity3D 编辑器的镜像副本并管理项目克隆,以确保每个实例都在其独立的环境中运行。为了保持数据完整性,它采用只读资源锁定和共享资源保护,防止克隆实例修改原始项目文件。 该工具提供了一个用于组织和删除编辑器实例的图形界面,以及一个用于协调状态和同步跨会话包依赖关系的程序化接口。它还包括用于实例身份检测和命令行参数路由的实用工具,以区分原始项目及其克隆。

    Launches and manages multiple mirrored copies of a Unity project to iterate on multiplayer logic in real time.

    C#
    在 GitHub 上查看↗5,995
  1. Home
  2. Game Development
  3. Parallel Editor Workflows