Closed ccfiel closed 5 years ago
I would guess a -lib colyseus-hx
is missing somewhere in your build scripts to actually include the library.
thanks!
I would guess a
-lib colyseus-hx
is missing somewhere in your build scripts to actually include the library.
I'm having the same issue. where should I include this exactly ??
Mostly depends on the framework you're using. Normally you can just provide it via the commandline or the hxml to the haxe compiler. If you're using openfl it should be placed somewhere in the project.xml iirc, but you have to read up on that in the openfl documentation.
Mostly depends on the framework you're using. Normally you can just provide it via the commandline or the hxml to the haxe compiler. If you're using openfl it should be placed somewhere in the project.xml iirc, but you have to read up on that in the openfl documentation.
Thanks
I follow this instruction https://docs.colyseus.io/getting-started/haxe-client/ I install using this
but every time I run my game I got this error Type not found : io.colyseus.Client. Any idea why?