Advertisement
BerSun

Untitled

Apr 23rd, 2020
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. FormatException: Input string was not in a correct format.
  2. System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  3. System.Single.Parse (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  4. System.Single.Parse (System.String s, System.IFormatProvider provider) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  5. Balance.Prestige.PrestigeData..ctor (System.String[] cells) (at Assets/Scripts/Balance/Prestige/PrestigeData.cs:53)
  6. Balance.Prestige.PrestigeBalanceManager.ParseSheet (System.String[] rows) (at Assets/Scripts/Balance/Prestige/PrestigeBalanceManager.cs:28)
  7. SwiftGoogleSheetParser.SheetParserContainer.ParseLocalFile () (at Assets/Scripts/SwiftGoogleSheetParser/SheetParserContainer.cs:113)
  8. SwiftGoogleSheetParser.SheetParserContainer.CheckDownload () (at Assets/Scripts/SwiftGoogleSheetParser/SheetParserContainer.cs:121)
  9. SwiftGoogleSheetParser.SheetParserContainer.OnDownloaded (System.Object sender, System.ComponentModel.AsyncCompletedEventArgs e) (at Assets/Scripts/SwiftGoogleSheetParser/SheetParserContainer.cs:148)
  10. System.Net.WebClient.OnDownloadFileCompleted (System.ComponentModel.AsyncCompletedEventArgs e) (at <9f8c4786222746238eb929db40bf8dd1>:0)
  11. System.Net.WebClient.DownloadFileOperationCompleted (System.Object arg) (at <9f8c4786222746238eb929db40bf8dd1>:0)
  12. UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at /Users/builduser/buildslave/unity/build/Runtime/Export/Scripting/UnitySynchronizationContext.cs:114)
  13. UnityEngine.UnitySynchronizationContext:ExecuteTasks()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement