Advertisement
LittleAngel

UI Tools Error

Nov 11th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. FormatException: Invalid format.
  2. System.Double.Parse (System.String s, NumberStyles style, IFormatProvider provider) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Double.cs:209)
  3. System.Single.Parse (System.String s) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Single.cs:183)
  4. SetSliderValue.SetValue (System.String inputValue) (at Assets/Scripts/UI Scripts/SetSliderValue.cs:16)
  5. UnityEngine.Events.InvokableCall`1[System.String].Invoke (System.Object[] args)
  6. UnityEngine.Events.InvokableCallList.Invoke (System.Object[] parameters)
  7. UnityEngine.Events.UnityEventBase.Invoke (System.Object[] parameters)
  8. UnityEngine.Events.UnityEvent`1[T0].Invoke (.T0 arg0)
  9. UnityEngine.UI.InputField.SendOnSubmit () (at /Applications/buildAgent/work/d63dfc6385190b60/Extensions/guisystem/guisystem/UI/Core/InputField.cs:1241)
  10. UnityEngine.UI.InputField.DeactivateInputField () (at /Applications/buildAgent/work/d63dfc6385190b60/Extensions/guisystem/guisystem/UI/Core/InputField.cs:1898)
  11. UnityEngine.UI.InputField.OnDeselect (UnityEngine.EventSystems.BaseEventData eventData) (at /Applications/buildAgent/work/d63dfc6385190b60/Extensions/guisystem/guisystem/UI/Core/InputField.cs:1909)
  12. UnityEngine.EventSystems.ExecuteEvents.Execute (IDeselectHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at /Applications/buildAgent/work/d63dfc6385190b60/Extensions/guisystem/guisystem/EventSystem/ExecuteEvents.cs:115)
  13. UnityEngine.EventSystems.ExecuteEvents.Execute[IDeselectHandler] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.EventFunction`1 functor) (at /Applications/buildAgent/work/d63dfc6385190b60/Extensions/guisystem/guisystem/EventSystem/ExecuteEvents.cs:269)
  14. UnityEngine.EventSystems.EventSystem:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement