Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.0.0-pre.9
Issue ID
LOC-199
Regression
Yes
[Localization] NullReferenceException when pushing empty string to google sheets
Reproduction steps:
1. Create a new project
2. Setup Google Sheet Service
3. Create a Table
4. Add an empty Key and push it to a Spreadsheet
Expected result: NullReferenceException is not outputted when pushing empty string to Google Sheets
Actual result: NullReferenceException when pushing empty string to Google Sheets
Reproducible on: Localization 1.0.0-pre.9 (2019.4.27f1, 2020.3.10f1, 2021.1.9f1, 2021.2.0a17)
Not reproducible on: Localization 0.7.1-preview - 1.0.0-pre.8 (2019.4.27f1, 2020.3.10f1, 2021.1.9f1, 2021.2.0a17)
Notes:
-Exception:
Push `New Table` to Google Sheets: Failed
Object reference not set to an instance of an object
UnityEngine.UnitySynchronizationContext:ExecuteTasks ()
-Issue can be fixed locally by modifying GoogleSheets.cs line 389:
if (tableEntries.Length > 0 && (tableEntries\[0]?.SharedEntry?.Metadata?.HasMetadata<ExcludeEntryFromExport>() ?? false)) continue;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
Add comment