Hy! I wanted to recreat an already existing cockpit IVA with ASET props. I watched al the vids how to set up part tools correctly but when I want to "spawn" any of the IVAs the next message comes
MissingMethodException: Method not found: 'UnityEngine.Transform.SetParent'.
KSPPartTools.PartUtils.SpawnSpace (.UrlConfig urlCfg, .ConfigNode cfg)
KSPPartTools.PartToolsWindow.DrawSpace (.UrlConfig urlCfg, .ConfigNode cfg)
KSPPartTools.PartToolsWindow.DrawSpaces ()
KSPPartTools.PartToolsWindow.OnGUI ()
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Applications/buildAgent/work/c514da0c8183631c/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
For me these error messages does not mean anything since Im compleatly new in modding...
I have Unity 4.7.2 and ksp 1.3.0.1
Please anyone could help to solve this riddle?