Advertisement
Guest User

Odin | DirectoryNotFoundException (Demo)

a guest
Apr 26th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.29 KB | None | 0 0
  1. DirectoryNotFoundException: Directory 'F:\Mercury\Development\Unity Projects\Amplitude.Mercury.Unityproject\Assets\Plugins\Sirenix\Demos' not found.
  2. System.IO.Directory.GetFileSystemEntries (string,string,System.IO.FileAttributes,System.IO.FileAttributes) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:514)
  3. System.IO.Directory.GetDirectories (string,string) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:275)
  4. System.IO.DirectoryInfo.GetDirectories (string) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/DirectoryInfo.cs:185)
  5. System.IO.DirectoryInfo.GetDirectories () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/DirectoryInfo.cs:177)
  6. (wrapper remoting-invoke-with-check) System.IO.DirectoryInfo.GetDirectories () <IL 0x00032, 0x00120>
  7. Sirenix.OdinInspector.Editor.EditorOnlyModeConfig.HasDemos () (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Core/Value Entries/EditableKeyValuePair.cs:45)
  8. Sirenix.OdinInspector.Editor.EditorOnlyModeConfig.GetDeleteImportedDemosBtnText () (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Core/Value Entries/PropertyDictionaryElementValueEntry.cs:31)
  9. (wrapper dynamic-method) object.Sirenix.OdinInspector.Editor.EditorOnlyModeConfig_getter<GetDeleteImportedDemosBtnText()> (Sirenix.OdinInspector.Editor.EditorOnlyModeConfig) <IL 0x00001, 0x00052>
  10. Sirenix.Utilities.DeepReflection/<>c__DisplayClass15_0`2<Sirenix.OdinInspector.Editor.EditorOnlyModeConfig, object>.<CreateWeakAliasForInstanceGetDelegate2>b__0 (object) <0x0009b>
  11. Sirenix.OdinInspector.Editor.StringMemberHelper.ForceGetString (object) <IL 0x00044, 0x00211>
  12. Sirenix.OdinInspector.Editor.StringMemberHelper.GetString (object) (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Drawers/Misc Drawers/PrimitiveValueConflictDrawer.cs:61)
  13. Sirenix.OdinInspector.Editor.StringMemberHelper.GetString (Sirenix.OdinInspector.Editor.InspectorProperty) (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Drawers/Misc Drawers/PrimitiveValueConflictDrawer.cs:38)
  14. Sirenix.OdinInspector.Editor.Drawers.MethodPropertyDrawer`1<Sirenix.OdinInspector.Editor.EditorOnlyModeConfig>.DrawPropertyImplementation (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <0x011c6>
  15. Sirenix.OdinInspector.Editor.OdinDrawer.DrawProperty (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x00032, 0x00210>
  16. Sirenix.OdinInspector.Editor.OdinDrawer.CallNextDrawer (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x00014, 0x00106>
  17. Sirenix.OdinInspector.Editor.Drawers.MarkObjectsDirtyOnButtonClickDrawer.DrawPropertyLayout (Sirenix.OdinInspector.Editor.InspectorProperty,Sirenix.OdinInspector.ButtonAttribute,UnityEngine.GUIContent) <IL 0x00014, 0x000ed>
  18. Sirenix.OdinInspector.Editor.OdinAttributeDrawer`1.DrawPropertyImplementation (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <0x008d2>
  19. Sirenix.OdinInspector.Editor.OdinDrawer.DrawProperty (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x00032, 0x00210>
  20. Sirenix.OdinInspector.Editor.OdinDrawer.CallNextDrawer (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x00014, 0x00106>
  21. Sirenix.OdinInspector.Editor.Drawers.EnableIfAttributeDrawer.DrawPropertyLayout (Sirenix.OdinInspector.Editor.InspectorProperty,Sirenix.OdinInspector.EnableIfAttribute,UnityEngine.GUIContent) <IL 0x00048, 0x002aa>
  22. Sirenix.OdinInspector.Editor.OdinAttributeDrawer`1.DrawPropertyImplementation (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <0x008d2>
  23. Sirenix.OdinInspector.Editor.OdinDrawer.DrawProperty (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x00032, 0x00210>
  24. Sirenix.OdinInspector.Editor.OdinDrawer.CallNextDrawer (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x00014, 0x00106>
  25. Sirenix.OdinInspector.Editor.Drawers.ShowIfAttributeDrawer.DrawPropertyLayout (Sirenix.OdinInspector.Editor.InspectorProperty,Sirenix.OdinInspector.ShowIfAttribute,UnityEngine.GUIContent) (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Drawers/Value Drawers/QuaternionDrawer.cs:54)
  26. Sirenix.OdinInspector.Editor.OdinAttributeDrawer`1.DrawPropertyImplementation (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <0x008d2>
  27. Sirenix.OdinInspector.Editor.OdinDrawer.DrawProperty (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x00032, 0x00210>
  28. Sirenix.OdinInspector.Editor.InspectorUtilities.DrawProperty (Sirenix.OdinInspector.Editor.InspectorProperty,UnityEngine.GUIContent) <IL 0x0014d, 0x00cfc>
  29. Rethrow as OdinPropertyException: This error occurred while being drawn by Odin.
  30. Odin Property Path: DeleteImportedDemos
  31. Odin Drawer Chain: ShowIfAttributeDrawer, EnableIfAttributeDrawer, MarkObjectsDirtyOnButtonClickDrawer, MethodPropertyDrawer<EditorOnlyModeConfig>.
  32. UnityEngine.Debug:LogException(Exception)
  33. Sirenix.OdinInspector.Editor.InspectorUtilities:DrawProperty(InspectorProperty, GUIContent)
  34. Sirenix.OdinInspector.Editor.InspectorUtilities:DrawProperty(InspectorProperty)
  35. Sirenix.OdinInspector.Editor.InspectorUtilities:DrawPropertiesInTree(PropertyTree)
  36. Sirenix.OdinInspector.Editor.PropertyTree:Draw(Boolean) (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Drawers/Attribute Drawers/DelayedAttributeDrawer.cs:221)
  37. Sirenix.OdinInspector.Editor.OdinEditor:DrawTree() (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Core/Children/PropertyValueCollection.cs:541)
  38. Sirenix.OdinInspector.Editor.OdinEditor:DrawOdinInspector() (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Core/Children/PropertyValueCollection.cs:533)
  39. Sirenix.OdinInspector.Editor.OdinEditor:OnInspectorGUI() (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Core/Children/PropertyValueCollection.cs:516)
  40. Sirenix.OdinInspector.Editor.OdinEditorWindow:DrawEditor(Int32)
  41. Sirenix.OdinInspector.Editor.OdinEditorWindow:OnGUI() (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/Core/Children/PropertyValueCollection.cs:141)
  42. Sirenix.OdinInspector.Editor.OdinMenuEditorWindow:OnGUI() (at D:/Sirenix/Sirenix Solution/Sirenix.OdinInspector.Editor/OdinEditorWindow/OdinMenuItem.cs:128)
  43. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement