Just purchased and am having problems in 3.5.7
Get these errors when I first open the tiler window :
TargetException: Non-static field requires a target
System.Reflection.MonoField.GetValue (System.Object obj)
Tiler.UnityInternal.CreateDropInfo (System.Object dropArea, DockPosition dockPosition, Int32 size) (at Assets/Tiler/Editor/Util/UnityInternal.cs:370)
Tiler.UnityInternal.Dock (UnityEditor.EditorWindow window, UnityEditor.EditorWindow dockToWindow, DockPosition dockPosition, Int32 size) (at Assets/Tiler/Editor/Util/UnityInternal.cs:290)
DrawWindow..ctor (.TilerWindow window) (at Assets/Tiler/Editor/Windows/Main/Draw/DrawWindow.cs:48)
System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Activator.CreateInstance (System.Type type, BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes)
System.Activator.CreateInstance (System.Type type, System.Object[] args, System.Object[] activationAttributes)
System.Activator.CreateInstance (System.Type type, System.Object[] args)
TilerWindow.Update () (at Assets/Tiler/Editor/Windows/TilerWindow.cs:42)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj)
UnityEditor.HostView.Invoke (System.String methodName)
UnityEditor.HostView.SendUpdate ()
UnityEditor.EditorApplication.Internal_CallUpdateFunctions ()
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.SplitView.PerformDrop (UnityEditor.EditorWindow w, UnityEditor.DropInfo di, Vector2 screenPos)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters)
Tiler.UnityInternal.Dock (UnityEditor.EditorWindow window, UnityEditor.EditorWindow dockToWindow, DockPosition dockPosition, Int32 size) (at Assets/Tiler/Editor/Util/UnityInternal.cs:299)
DrawWindow..ctor (.TilerWindow window) (at Assets/Tiler/Editor/Windows/Main/Draw/DrawWindow.cs:51)
System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Activator.CreateInstance (System.Type type, BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes)
System.Activator.CreateInstance (System.Type type, System.Object[] args, System.Object[] activationAttributes)
System.Activator.CreateInstance (System.Type type, System.Object[] args)
TilerWindow.Update () (at Assets/Tiler/Editor/Windows/TilerWindow.cs:42)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj)
UnityEditor.HostView.Invoke (System.String methodName)
UnityEditor.HostView.SendUpdate ()
UnityEditor.EditorApplication.Internal_CallUpdateFunctions ()
NullReferenceException: Object reference not set to an instance of an object
BrushWindow.Toolbar () (at Assets/Tiler/Editor/Windows/Main/Draw/BrushWindow.cs:62)
BrushWindow.OnGUI () (at Assets/Tiler/Editor/Windows/Main/Draw/BrushWindow.cs:35)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Get this error when I click file in the tiler window :
ArgumentException: You can only call GUI functions from inside OnGUI.
UnityEngine.GUIUtility.CheckOnGUI ()
UnityEngine.GUILayoutUtility.DoGetRect (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options)
UnityEngine.GUILayoutUtility.GetRect (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options)
UnityEngine.GUILayout.DoBox (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options)
UnityEngine.GUILayout.Box (System.String text, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options)
Section.ToolBar () (at Assets/Tiler/Editor/Windows/Main/Section.cs:57)
DrawWindow.ToolBar () (at Assets/Tiler/Editor/Windows/Main/Draw/DrawWindow.cs:169)
Section.OnGUI () (at Assets/Tiler/Editor/Windows/Main/Section.cs:18)
DrawWindow.OnGUI () (at Assets/Tiler/Editor/Windows/Main/Draw/DrawWindow.cs:110)
TilerWindow.OnGUI () (at Assets/Tiler/Editor/Windows/TilerWindow.cs:61)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
After these errors then the windows freak out and I cant close any of them.
This was in an empty project (Besides tiler of course). I tried it out in Unity 4 and it works fine but 3.5 seems broken.
Is there an extra step or something to make it work in 3.5?