Bomjdeveloper
Bomjdeveloper
I connect eel.js. But browser show me some errors. This error: Uncaught TypeError: Cannot read properties of undefined (reading 'length') at Object._mock_py_functions (eel.js:35:46) at Object._init (eel.js:107:13) at eel.js:165:5
Shows bug here, because there is no save to load
**Describe the bug** I have the following code: ` ``` void Awake() { PlayGamesPlatform.Activate(); PlayGamesPlatform.DebugLogEnabled = true; } void Start() { PlayGamesPlatform.Instance.Authenticate(ProcessAuthentication); } private void ProcessAuthentication(SignInStatus status) { if(status ==...