[Bug] LiteNetLib sometimes failed to compile as a MonoScript #17
Closed
StinkySteak
started this conversation in
Ideas
Replies: 1 comment
-
Done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This can sometimes be fixed by importing the netick package as a local package instead of a remote package.
I assume the
LiteNetLibTransport
disturbs theLiteNetLibTransportProvider
class. The solution might be: moving theLiteNetLibTransport
class inside to the Provider class, or a separate fileBeta Was this translation helpful? Give feedback.
All reactions