Giter Club home page Giter Club logo

herd's Introduction

Extra stuff not in gh

Here is some compute shader work done in Unity.

herd's People

Contributors

nicolasgargano avatar

Watchers

 avatar

herd's Issues

webgl build fails after connecting to colyseus room

async void Start()
{
    Debug.Log("Creating client");
    ColyseusClient client = new ColyseusClient("ws://localhost:8000");
    Debug.Log("Connecting to room");
    room = await client.JoinOrCreate<State>("herd");
    Debug.Log("Connected to room");
}

The last log doesn't make it in the webgl build, it works fine in the editor and desktop build. These are the logs in the browser console:

Creating client

Connecting to room

<b><color=olive>Requesting from URL:</color></b>  http://localhost:8000/matchmake/joinOrCreate/herd

<b><color=olive>Server Response:</color></b>  {"room":{"clients":2,"createdAt":"2021-10-18T11:27:12.385Z","maxClients":null,"name":"herd","processId":"QIfCc1Hju","roomId":"RKRV5jchE"},"sessionId":"d9Z8g-qa0"}

ArgumentNullException: Value cannot be null.
Parameter name: source
  at System.Globalization.CompareInfo.IndexOf (System.String source, System.String value, System.Int32 startIndex, System.Int32 count, System.Globalization.CompareOptions options) [0x00000] in <00000000000000000000000000000000>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <00000000000000000000000000000000>:0 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.