I'm new to colyseus while getting started I'm getting this type not found error (sovled)

31 Aug 2021, 05:40

Main.hx:1: characters 8-30 : Type not found : io.colyseus.Client
Main.hx:2: characters 8-24 : Type not found : io.colyseus.Room
Main.hx:4: characters 18-24 : Type not found : Client

31 Aug 2021, 07:02

Make sure your Colyseus SDK for Haxe installed.

7 Sept 2021, 08:44

it will come even if you installed colyseus SDK for Haxe. Just refer to the Hexelib documentation on how to install and configure a 3rd party SDK to compile in Haxe compiler. They have a specific command for that

8 Sept 2021, 03:51

It seems Haxe cannot find classes of the SDK.
Please follow the steps on the manual:
https://docs.colyseus.io/colyseus/getting-started/haxe-client/