Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity.2D.IK issues trying to import package

Discussion in 'Animation' started by slizer404, Oct 24, 2020.

  1. slizer404

    slizer404

    Joined:
    Oct 11, 2019
    Posts:
    1
    Hello everyone,

    I recently downloaded Unity 2020.10f1 and I wanted to start playing with some 2D IKs (https://docs.unity3d.com/Packages/com.unity.2d.ik@3.0/manual/index.html) but I found that when importing the package it pop-ups the following message:

    Assembly for Assembly Definition File 'Packages/com.unity.2d.ik/Editor/Unity.2D.IK.Editor.asmdef' will not be compiled, because it has no scripts associated with it.
    UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:TickCompilationPipeline(EditorScriptCompilationOptions, BuildTargetGroup, BuildTarget, String[])

    Does someone has encountered the same issue? If so, do you know how to fix it?
    I can't attack IK Manager to any GameObject neither the script appears on the list of components.

    Thanks in advance!
     
  2. ed_s

    ed_s

    Unity Technologies

    Joined:
    Apr 17, 2015
    Posts:
    165
    That's odd. I tried using 2020.1.10f1 and downloaded 2D IK (3.0.2-preview.1) without getting that error. Which version did you try to install? What other packages are you using in your project?