07-14-2020, 01:01 AM
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?
Make GameObject Face towards Spline Path
|
07-14-2020, 01:01 AM
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?
07-14-2020, 01:06 AM
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.
07-14-2020, 01:13 AM
6.4.1
07-14-2020, 01:05 PM
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.
07-14-2020, 02:55 PM
Is there another way without having to delete my entire curvy folder to update? I dont want to break my project.
07-14-2020, 08:27 PM
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.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Force spline normal to be always world up | GameJazz | 12 | 21 |
Yesterday, 01:20 PM Last Post: _Aka_ |
|
Gap between spline mesh segments | Beaver_Boy | 8 | 16 |
08-06-2022, 12:11 PM Last Post: _Aka_ |
|
How to stop spline refreshing when a control point is deleted or removed? | Beaver_Boy | 4 | 6 |
07-23-2022, 11:24 AM Last Post: _Aka_ |
|
How to get Split Length to match spline segment length? | dromo | 4 | 12 |
07-21-2022, 10:04 PM Last Post: _Aka_ |