You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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@072aec5\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.
The text was updated successfully, but these errors were encountered:
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@072aec5\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.
The text was updated successfully, but these errors were encountered: