Search Unity

Locomotion system not working with 3.5 ...

Discussion in 'Editor & General Support' started by markfrancombe, Jun 1, 2012.

  1. markfrancombe

    markfrancombe

    Joined:
    May 26, 2009
    Posts:
    155
    Do Unity know that the Locomotion system at
    http://unity3d.com/support/resources/unity-extensions/locomotion-ik

    gives errors in the console and wont run in latest version of Unity?

    Im getting things like:

    Assets/Locomotion System/Editor/LocomotionEditorClass.cs(44,51): warning CS0618: `UnityEditor.EditorGUILayout.ObjectField(string, UnityEngine.Object, System.Type, params UnityEngine.GUILayoutOption[])' is obsolete: `Check the docs for the usage of the new parameter 'allowSceneObjects'.'

    seven like that...

    I used to like that...

    :(
     
  2. makeshiftwings

    makeshiftwings

    Joined:
    May 28, 2011
    Posts:
    3,350
    That's just a warning, not an error. It shouldn't cause anything to stop working. Is there one that says "Error" and a red icon instead of "Warning" and a yellow icon?