UnityGenericIKSystem icon indicating copy to clipboard operation
UnityGenericIKSystem copied to clipboard

script prevents build

Open FishPyramid opened this issue 4 years ago • 1 comments

because it is an editor script, you cannot compile the project while this script is in your assets.

FishPyramid avatar Mar 02 '21 17:03 FishPyramid

Just wrap using UnityEditor and class E_IKSolver in #if UNITY_EDITOR...#endif directives

xahon avatar Aug 30 '21 17:08 xahon