Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question regarding Spline Generated Path
#4
(06-28-2020, 11:09 PM)linkinballzpokemon Wrote: 1. I want to know How I Create a custom a custom CG Volume Controller so I can move objects along the path, with random deviation from the center of the spline considering these objects are rigidbodies that should detect collisions and deviate from their movement(I should be able to push them off the spline mesh) when collided.
You can do that without creating a custom volume controller. You can use a similar setup to the example scene 21_CGExtrusion, but instead of setting game over to true when touching an object, you can deactivate the volume controller, so it does not control the position of the object, and use your own code or physics to move the object. In the example the collider is a trigger, you probably want to set that to false.
If you still feel need to have a custom controller, take a look at this: https://forum.curvyeditor.com/thread-580-post-2030.html#pid2030
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Messages In This Thread
RE: Question regarding Spline Generated Path - by _Aka_ - 06-29-2020, 07:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rasterized Path Range issue proton 7 23 04-30-2024, 11:17 AM
Last Post: _Aka_
  Incorrect mesh alignment after extrusion on curved path Thinkurvy 10 21 04-17-2024, 10:57 AM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_

Forum Jump: