UnityGenericIKSystem
UnityGenericIKSystem copied to clipboard
script prevents build
because it is an editor script, you cannot compile the project while this script is in your assets.
Just wrap using UnityEditor and class E_IKSolver in #if UNITY_EDITOR...#endif directives