The new version fixed it, thank you smile

Unity version: 4.5.1f3
Version taken from readme: U.F.E. Basic - Version 1.0.4

I downloaded it from the unity store yesterday( Jul 19th )

I made a stick figure in blender and some animations for it, and am having some trouble getting it to load in the hitbox editor.

I am new to 3D modelling in general, so it may be that I have some incorrect setup somewhere.

I have the model, the armature, and some animations attached to it. When I drag it into the scene, it's a game object with armature and something called "cube" that I think represents the model itself.

I tried adding an animation component and HitBoxesScript to it, dragging it into a new character in the editor, but then when I click Open Character it gives me this:

ArgumentException: failed to convert parameters
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:192)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
EditorCamera.SetEditorCameraValue[Single] (System.String fieldName, Single newValue, UnityEditor.SceneView sceneView) (at Assets/UFE/Editor/EditorCamera.cs:47)
EditorCamera.SetOrthographic (Boolean newOrthographic, UnityEditor.SceneView sceneView) (at Assets/UFE/Editor/EditorCamera.cs:16)
CharacterEditorWindow.PreviewCharacter () (at Assets/UFE/Editor/CharacterEditorWindow.cs:78)
CharacterEditorWindow.OnGUI () (at Assets/UFE/Editor/CharacterEditorWindow.cs:246)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)

I'm not sure how to fix this. I am using the basic compiled version( 55$ one )

Please let me know if anything else is needed to troubleshoot this problem smile