Hi I'm new of both Defold and Colyseus, I'd like to add a tip directly on the initial integration tutorial.
Maybe it's because I started learning Colyseus at 10pm on a friday night, but this would have saved me a lot of headaches:
Now, select Project ▸ Fetch Libraries to update library dependencies. This happens automatically whenever you open a project so you will only need to do this if the dependencies change without re-opening the project. This happens if you add or remove dependency libraries or if one of the dependency library projects is changed and synchronized by someone.
Hi I'm new of both Defold and Colyseus, I'd like to add a tip directly on the initial integration tutorial. Maybe it's because I started learning Colyseus at 10pm on a friday night, but this would have saved me a lot of headaches:
https://defold.com/manuals/libraries/#setting-up-library-dependencies
I was bashing my head on why it wouldn't find the
/colyseus/client.lua
and nothing on the interweb would help.