Unity Playworks Plugin does not compile no errors being thrown
This could be because you are using unsupported C# code that we cannot translate to JavaScript. This is because Unity Playworks Plugin uses Bridge.NET to transpile JS to C#, and Bridge currently only supports up to C# 7.0.
Possible solution:
- You will need to refactor your code so that it instead uses C# features from C# 7.0 and previous. We have listed workarounds for some of the more commonly used unsupported C# features here.