Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.4 KB

godot-http-gltf2-binary

Welcome to the V-Sekai development community! We provide social VR features for the open-source Godot Engine.

Quick Start

Follow these steps to set up the Godot Engine web server:

  1. Download the Editor:

    Get the latest Godot Engine 4.5 editor. (As of today 2025-03-24, there are no 4.5 releases)

  2. Configure DDS Image Writer:

    The godot engine editor includes the DDS image writer with the ?compatible flag for VRChat streaming.

  3. Set Up Network Proxy:

    Ensure you have a fast internet connection. Use Tailscale Funnel to securely proxy your local network to the internet.

  4. Start the Server:

    Open your terminal and run:

    tailscale funnel 8080
    # Example Funnel URL: https://example-funnel-url.ts.net
    # Save the funnel link for sharing
    # Then, open the Godot editor with this project

Test the World

Test the VRChat GLB Loader in the following world:

Launch the World

Example Funnel URL compatible with the vr-voyage's world:

https://example-funnel-url.ts.net?compatible

Example Funnel URL compatible with Blender:

https://example-funnel-url.ts.net

See also https://github.com/microsoft/glTF-Toolkit/releases/tag/v1.7.0