Dreamteck Splines for Unity - Spline Computer Properties

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 14

  • @DARK_AMBIGUOUS
    @DARK_AMBIGUOUS Год назад

    I was about to buy it for $35 but I decided not to because I don't know for sure if you can use these with Unity's Visual Scripting, and if they can be moved around and altered sting runtime.

  • @hizaoui
    @hizaoui 4 года назад

    How to Play/Stop/Pause following player path using code ?

    • @dreamteckstudio
      @dreamteckstudio  4 года назад +1

      SplineFollower follower = GetComponent();
      follower.follow = true / false;

    • @hizaoui
      @hizaoui 4 года назад

      @@dreamteckstudio thanks, enabling follower will resume following or restart from the first point ?

  • @davidsedrakyan
    @davidsedrakyan 4 года назад

    I own dreamteck splines 2 and I really need to create Train with multiple wagons, any tutorial on that?

    • @dreamteckstudio
      @dreamteckstudio  4 года назад

      There is a train example in the examples package which should cover what you need.

    • @davidsedrakyan
      @davidsedrakyan 4 года назад

      @@dreamteckstudio Thanks for the answer, but there is no train example there

  • @beesnail5757
    @beesnail5757 4 года назад

    how to make collide on a platform with splines i realy don't now how ??

    • @DARK_AMBIGUOUS
      @DARK_AMBIGUOUS Год назад

      Please explain

    • @DARK_AMBIGUOUS
      @DARK_AMBIGUOUS Год назад

      Just add a box collider or any collider to the platform. Then other things will collide with it

  • @PrideGayme_Official
    @PrideGayme_Official Год назад

    I poor

    • @DARK_AMBIGUOUS
      @DARK_AMBIGUOUS Год назад +1

      Same, maybe we can pirate them?

    • @PrideGayme_Official
      @PrideGayme_Official Год назад

      @@DARK_AMBIGUOUS no but you can create a Unity package free and exported

    • @DARK_AMBIGUOUS
      @DARK_AMBIGUOUS Год назад

      @@PrideGayme_Official in the newer versions of Unity, they have native splines built in but I don't understand how to use the "Spline Extrude" Component and there are no videos about it because they are so new. I need splines because I'm trying to make a roller coaster game that lets the player make they're own roller coasters. Like planet coaster but for mobile. What are you using splines for?