How to reproduce:
- Create a new project with the “Universal 3D” template
- Install the Localization package (Open Window > Package Management > Package Manager, then in this window select “Unity Registry” from under “Sources” and type in “Localization” in the Search field, then select “Localization” and click “Install”)
- In the Menu Bar, click Assets > Create > Localization > Google Sheets Service
- In the Inspector, for the Authentication property dropdown, select the “O Auth” option
- Enter “randomtext123” for Client Id and Client Secret
- In the Menu Bar, click Window > Asset Management > Localization Tables
- Click the “Create” button in the window that opens
- Hit “Save” in the File Dialog that opens
- Press “+ New Table Collection”
- Press “Locale Generator”
- Enable the checkbox for “Arabic”
- Press “Add Locales”
- Enter “arabic” for the filename in the File Dialog and hit “Save”
- Press “Create”
- Enter “stringtable” for the filename in the File Dialog and hit “Save”
- In the Project window go to Assets > stringtable
- Select “New Table” in this Project window
- In the Inspector, under “Extensions”, click the plus icon and press on “Google Sheets Extension”
- In the Project window go to the Assets folder and from there drag the “Google Sheets Service” Asset into the “Sheets Service Provider” property field in the Inspector
- In the Inspector, press “Create New Spreadsheet”
- Observe the Console
Actual result: Error appears in Console: ”Create Spreadsheet: Failed”, “RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method”
Expected result: A proper explanation on why the spreadsheet doesn’t get created
Reproducible with: 1.5.1 (6000.0.0f1), 1.5.11 (6000.5.0b12, 6000.6.0a7)
Reproducible on: Ubuntu 24.04.4 LTS
Not reproducible on: No other environments tested
Notes:
- CQA could not reproduce the issue in the same way as the user, but the user were getting the same error even after successfully completing the authorization through the Google Sheets Service asset