Errors for some transform stuff in Unity 6
I have no idea what I'm really doing with this, it's the first time I've ever tried adding external things in but I installed it from the gitURL and have a bunch of errors in the JiggleBone script.
Library\PackageCache\com.naelstrof.jigglephysics@072aec55ee\Scripts\JiggleBone.cs(59,23): error CS1061: 'Transform' does not contain a definition for 'GetLocalPositionAndRotation' and no accessible extension method 'GetLocalPositionAndRotation' accepting a first argument of type 'Transform' could be found (are you missing a using directive or an assembly reference?)
That and a bunch of similar things all related to the transform get and set stuff all over the script. Not sure if I'm missing something I can't find or what's going on, VS isn't throwing errors though and I'm really confused by this.
Hey, I am also using Unity 6 (6000.0.40f1) but didn't encounter any compile errors. In fact, its working fine. VS doesn't throw any errors because GetLocalPositionAndRotation exists in unity 6 documentation. Do you have any other compile errors besides the package? That might cause Unity to stop compiling and therefore throwing more errors.