The method FontEngine.LoadFontFaceFont Int32 is not implemented error in Unity Playworks Plugin

This error might be the result of using Dynamic mode in the Font Settings → Generation Settings. This mode is currently not supported by Luna, and this triggers the LoadFontFace(Font, Int32) method.
Possible solution:
- Change the font settings to
Staticmode.
