Search Issue Tracker
Fixed
Fixed in 1.1.0
Votes
0
Found in [Package]
1.0.0
Issue ID
LOC-429
Regression
Yes
FileNotFoundException is thrown when exporting Localization CSV file
How to reproduce:
1. Open the user's attached project
2. In the Project window, go to Assets/localization and select the Asset "New Table"
3. In the Inspector view, click the Save button
4. Attempt to save the CSV file in any directory
Expected result: the file is saved and no errors are thrown
Actual result: the file is not saved, an error is thrown to the Console (FileNotFoundException: Could not find file "\[...]/New Table.csv")
Reproducible with: 1.0.0, 1.0.1, 1.0.2, 1.0.3 (2019.4.31f1, 2020.3.21f1, 2021.1.26f1, 2021.2.0b16, 2022.1.0a12)
Not reproducible with: 1.0.0-pre.10 (2019.4.31f1, 2020.3.21f1, 2021.1.26f1, 2021.2.0b16, 2022.1.0a12)
Notes:
1. The issue does not occur if there is already a file with the same name in the exporting directory
2. After the file is saved (including Localization 1.0.0-pre.10, where the initial error does not occur), an exception (InvalidOperationException: Stack empty.) is thrown to the Console
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 1.1.0):
Fixed in Localization 1.0.4 available for 2019.4 and up