Advertisement
Guest User

import data all selected select all

a guest
Nov 13th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. CsvImport.CsvImportParser.ParseChildArrayProperty (UnityEditor.SerializedProperty property, System.String propertyName, System.String propertyValue) (at Assets/Frameworks/Editor/CSVImport/Core/CsvImportParser.cs:146)
  3. CsvImport.CsvImportParser.ParseProperty (UnityEditor.SerializedProperty property, System.Collections.Generic.Dictionary`2[TKey,TValue] data) (at Assets/Frameworks/Editor/CSVImport/Core/CsvImportParser.cs:116)
  4. CsvImport.CsvImportParser.ParseArrayProperty (UnityEditor.SerializedProperty arrayProperty, System.Int32 arrayIndex, System.Collections.Generic.Dictionary`2[TKey,TValue] data) (at Assets/Frameworks/Editor/CSVImport/Core/CsvImportParser.cs:98)
  5. CsvImport.CsvImportParser.ImportArrayFromData (UnityEditor.SerializedObject serializedObject, System.Collections.Generic.IEnumerable`1[T] csvData) (at Assets/Frameworks/Editor/CSVImport/Core/CsvImportParser.cs:281)
  6. CsvImport.CsvImportParser.ImportArrayFromCsvFile (System.String csvData, UnityEditor.SerializedObject serializedObject) (at Assets/Frameworks/Editor/CSVImport/Core/CsvImportParser.cs:236)
  7. Utils.GoogleSheetsImporterEditor.ParseRegistry (CsvImport.CsvImportParser parser, UnityEngine.ScriptableObject registryObject, System.String csvObject) (at Assets/Frameworks/Editor/CSVImport/Editor/GoogleSheetsImporterEditor.cs:190)
  8. Utils.GoogleSheetsImporterEditor+<>c__DisplayClass2_1.<OnInspectorGUI>b__2 (UnityEngine.WWW x) (at Assets/Frameworks/Editor/CSVImport/Editor/GoogleSheetsImporterEditor.cs:70)
  9. UniRx.Observer+Subscribe`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/Observer.cs:165)
  10. UniRx.Operators.FromCoroutineObservable`1+FromCoroutine[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FromCoroutine.cs:49)
  11. UniRx.ObservableWWW+<Fetch>d__20.MoveNext () (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ObservableWWW.cs:214)
  12. UniRx.MainThreadDispatcher+EditorThreadDispatcher.ConsumeEnumerator (System.Collections.IEnumerator routine) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:111)
  13. UniRx.MainThreadDispatcher+EditorThreadDispatcher+<UnwrapWaitWWW>d__12.MoveNext () (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:174)
  14. UniRx.MainThreadDispatcher+EditorThreadDispatcher.ConsumeEnumerator (System.Collections.IEnumerator routine) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:111)
  15. UniRx.MainThreadDispatcher+EditorThreadDispatcher+<>c__DisplayClass11_0.<ConsumeEnumerator>b__0 (System.Object _) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:161)
  16. UniRx.InternalUtil.ThreadSafeQueueWorker.ExecuteAll (System.Action`1[T] unhandledExceptionCallback) (at Assets/Plugins/UniRx/Scripts/InternalUtil/ThreadSafeQueueWorker.cs:81)
  17. UnityEngine.Debug:LogException(Exception)
  18. UniRx.<>c:<Update>b__10_0(Exception) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:106)
  19. UniRx.InternalUtil.ThreadSafeQueueWorker:ExecuteAll(Action`1) (at Assets/Plugins/UniRx/Scripts/InternalUtil/ThreadSafeQueueWorker.cs:85)
  20. UniRx.EditorThreadDispatcher:Update() (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:106)
  21. UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement