Well… CUSTOM GRAVITY in Unreal Engine 5.4 is 🤯

Sdílet
Vložit
  • čas přidán 21. 08. 2024

Komentáře • 30

  • @ProjProd
    @ProjProd  Před 3 měsíci +2

    Ari’s step by step and code lines : dev.epicgames.com/community/learning/tutorials/w6l7/unreal-engine-custom-gravity-in-ue-5-4

  • @azrhyga
    @azrhyga Před 3 měsíci +1

    Great tutorial!! Good job making it!!

    • @ProjProd
      @ProjProd  Před 3 měsíci +1

      Thank you sooo much for your comment and your support bro 🧡

    • @azrhyga
      @azrhyga Před 3 měsíci

      @@ProjProd You're more than welcome!!

  • @marcooasan1668
    @marcooasan1668 Před 2 měsíci +2

    Can you make tutorial how you add objects on your sphere? also if you can add random spawn actor on your sphere like pcg maybe?

    • @ProjProd
      @ProjProd  Před měsícem

      Hey Marc 🙌
      You could use PCG for that, it's certain. But here I've just manually placed eveything by hand ! 😉

  • @bernhardhelbling3412
    @bernhardhelbling3412 Před 3 měsíci +1

    Very interesting! Thank you for uploading. But where did you get Woody?

    • @ProjProd
      @ProjProd  Před 3 měsíci +1

      Thank you for your comment Bernhard ! I found a really nice model on Sketchfab, I just had to adjust it a little for our scene, and here's the result 😀

  • @Viscte
    @Viscte Před 16 dny

    Is there a way to have spherical oceans that have buoyancy and make objects float?

  • @YouNesto
    @YouNesto Před 2 měsíci

    It's strange how no one does a tutorial about spherical gravity, but with moving planets. I managed to achieve something similar, but I ran into various stability issues with the character and camera keeping them anchored to the planet without shaking. So I'm curious if other experts like you, would solve these problems. Thanks!

    • @ProjProd
      @ProjProd  Před měsícem +1

      Thanks for your comment man ! 👋
      I see what you want to achieve there and it is indeed a bit more complex than the setup presented here. I need to dive into this, hope I have extra times to r&d this ! 🙏

    • @YouNesto
      @YouNesto Před měsícem

      @@ProjProd It would be fantastic and I also think you would be one of the first, or perhaps the first to explain it with your clarity!

  • @ShineLouder
    @ShineLouder Před měsícem

    I cant seem to"get gravity rotation from get gravity relative rotation " I get get it from the character movement but its not a function like you have, I am on unreal 5.4.2

  • @fettyblap4436
    @fettyblap4436 Před měsícem +1

    How would I get this gravity field to also apply to AI actors / enemies walking around?
    Also how would I get Q/E to be able to rotate the camera left/right?

    • @ProjProd
      @ProjProd  Před měsícem

      That would need more advanced R&D ! Probably on both C++ class and Blueprints part 🤔

  • @realsenoldogan
    @realsenoldogan Před 19 dny

    Hello, thank you for this informative video. I had no problem when I did the operations as you described. But I had a problem when I enlarged the sphere. For example, a sphere with a diameter of 2500cm. When the character approaches the other half of the sphere, it freezes and disappears from the screen. The system locks itself and gives the following error: Video memorry has been axhausted ("there is a value happening here" over budget) Expect extremely poor performance.
    What could be the cause of this :)

  • @cptjackspanker3106
    @cptjackspanker3106 Před měsícem

    Could you apply this new gravity with objects like the cubes found in the third person template?

  • @Quentintry
    @Quentintry Před 3 měsíci

    Thank you very much, that's exactly what I was looking for! Would this method work for surface gravity? For example a system with planets like in the videos but adding spaceships in which you can walk on a flat surface?

    • @ProjProd
      @ProjProd  Před 3 měsíci

      Thanks a lot for your comment 🙌
      Yes I’m pretty sure you can setup something like that ! The gravity system is ready to be used and much more stable than before 👌

  • @Sebastian-lp7lw
    @Sebastian-lp7lw Před měsícem

    does this work with chaos vehicles?

  • @lukarisisgaming
    @lukarisisgaming Před 3 měsíci

    looks very cool.. tried something simialr years ago in Unity...
    Now I am curious, how does the material for the planet look like ? I guess, one texture with normal and displacement map ?

    • @ProjProd
      @ProjProd  Před 3 měsíci

      Thanks for your feedback 🙌
      For this video, I just used a Megascan Material with a Displacement, to add extra details, specifically with shadows ! 👍

  • @GISxRayzen
    @GISxRayzen Před 3 měsíci

    Hello Sir !
    Iv a small issue, my game is using a blendspace and while under gravity it messes up the values. What would be the workaround ? I Use calculate direction

  • @ShineLouder
    @ShineLouder Před měsícem

    is this replicated?

  • @alexandreberthelot5464
    @alexandreberthelot5464 Před 3 měsíci

    J’ai découvert cette chaîne et je dois dire que je suis vraiment impressionné par la qualité des videos
    Par contre j’ai suivi le tuto et quand je vais en bas d’une planète la caméra se rapproche énormément du sol et du personnage, je ne vois pas trop comment fixer ça sinon au top le tuto

    • @ProjProd
      @ProjProd  Před 3 měsíci +1

      Merci beaucoup Alexandre pour ton message et ton soutien, c'est très gentil ! 😊
      Pense à bien mettre en place le point de pivot de ta planète. Il faut qu'il soit bien centré, sinon tu risques d'avoir des comportements bizarre sur ton "Custom Gravity". 😎

    • @alexandreberthelot5464
      @alexandreberthelot5464 Před 3 měsíci

      @@ProjProd ah oui ça n’a pas sauvegardé et ça me l’as remis en bas, ça marche super bien sur une planète 😄 mais maintenant lorsque je veux changer de planètes la caméra change drastiquement d’angle

    • @alexandreberthelot5464
      @alexandreberthelot5464 Před 3 měsíci

      @@ProjProdje suis vraiment désolé de redemander ça mais je n’arrive pas du tout à résoudre le problème de caméra qui se téléporte quand on change de planète 😢 j’ai bien changé le game mode et mis le bon point de pivot pourtant

    • @ProjProd
      @ProjProd  Před 3 měsíci +1

      @@alexandreberthelot5464 C’est « normal » à cause du setup démontré ici ! Il faudrait ajuster le comportement de la caméra et son Boom aussi je pense ! Si tu changes avec le Player Controller de base, le problème est moins flagrant. Je planche sur le sujet pour essayer de trouver un « easy fix » ! 💪

    • @alexandreberthelot5464
      @alexandreberthelot5464 Před 3 měsíci

      @@ProjProd merci beaucoup de la réponse !! J’ai essayé pas mal de paramètres différents mais en vain, en mettant sur PlayerController il n’y a plus le problème de caméra qui change mais lorsque l’on souhaite aller en bas de la planète la caméra se colle au sol, j’espère qu’il y a une solution facile à ce problème