Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make GameObject Face towards Spline Path
#1
How to change Space while using GetOrientationFast? It doesnt take the space argument ( check Attached Image) It works fine with Just 2 arguments. How Can I use world space to get rotation?

   
Reply
#2
This method do exist
public Quaternion GetOrientationFast(float tf, bool inverse = false, Space space = Space.Self)
What Curvy version are you using?
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply
#3
6.4.1
Reply
#4
You will have to upgrade to the 7.0.0 to get those new API methods
https://curvyeditor.com/releasenotes
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply
#5
Is there another way without having to delete my entire curvy folder to update? I dont want to break my project.
Reply
#6
I will assume in my answer that you didn't modify Curvy's code. If you did, that's another story.

I always try (and until now never failed) to mark code to be removed as obsolete before removing it. So as long as you have no Obsolete warning when compiling Curvy's code, you should be able to update without breaking anything. But just in case, keep a copy of the old Curvy version.
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 13 03-04-2024, 11:06 AM
Last Post: _Aka_
  Keeping a fixed spline length jh092 3 16 02-21-2024, 06:25 AM
Last Post: Primrose44
  How could I get position in spline from "From" value in BuildRasterizedPath? Chanon 1 8 02-12-2024, 09:54 PM
Last Post: _Aka_

Forum Jump: