UE5 - Bug Fixing: Rotation Lock

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 26

  • @ajplay5916
    @ajplay5916 Рік тому

    Again,the nice fix which we needed. Man, you really need to make more of this tutorials. 😎

  • @uxiob.l8040
    @uxiob.l8040 11 місяців тому +3

    If you rotate the camera over the character several times, and then walk in any direction, the character starts to rotate on itself before executing the walking animation. I have checked the rest of the bug fix videos, but I don't see this fixed.

    • @XPICCEL
      @XPICCEL 7 місяців тому

      you have already personally had this bug, there was no such thing. the only thing I have for a bug is that the character still rotates a little bit, literally by 1-5 degrees.

  • @bandit4493
    @bandit4493 Рік тому

    Nice fix, Thank you

  • @Tahakhan-rg6tp
    @Tahakhan-rg6tp 3 місяці тому

    Can u make a video in which character lock its position even if tis in air

  • @rlb1968able
    @rlb1968able 7 місяців тому

    I've been following your tutorials recently I need help because this isn't working for me the character turns but he's still turns to the 90-degree angle and doesn't stay at the other angles

  • @XPICCEL
    @XPICCEL 7 місяців тому

    thanks :3

  • @post1440
    @post1440 Рік тому +1

    Have you tried it in multiplayer for 2 clients? When I implemented such system, simulated proxies' ABP wouldnt update fast enough so the root yaw offset was very jittery. Do you know what's the workaround for that?

    • @nativecoder
      @nativecoder  Рік тому +1

      That will be fixed when we complete the next videos. 🤞

  • @DarkstoneArt
    @DarkstoneArt 11 місяців тому +1

    Turn in place part 1 and 2 is enough or should we do this too? Is this video relevant with the ''Turn In Place'' in general?

    • @DarkstoneArt
      @DarkstoneArt 11 місяців тому +1

      wait, is this a guide or just bug fixes about your product?

    • @nativecoder
      @nativecoder  11 місяців тому

      Hey there, this bug fixes are only for the tutorial projects in order to fix the issues people were having.
      My marketplace products do not have this issues.

    • @nativecoder
      @nativecoder  11 місяців тому

      All the videos follow an order, this is mostly for people with the code from my previous videos, but you can follow the same process on a new project, you just need to skip whats related to my previous videos.

  • @Annatar3019
    @Annatar3019 5 місяців тому

    rotating along the yaw makes my character face-plant into the ground. Using pitch, he goes on his side. Is there any way to use Roll to rotate the root bone?
    Edit: see comment for solution

    • @Annatar3019
      @Annatar3019 5 місяців тому

      Here was my solution in case anyone has a similar problem:
      1) in the "RotateRootBone" node, locate the options under the tab for "MeshToComponent", and set one of those values to 90 or -90. For me the Y value had to be set to 90.
      I also had to do this additional step:
      2) before plugging in your "RootYawOffset" node, plug that into a "multiply" node and multiply by -1 to invert it, and then it works fine.

  • @LaurenIpock-ry8rh
    @LaurenIpock-ry8rh Рік тому

    hi so im very new to this and i did everything in the tutorial correctly 100% double triple checked everything and my results are the character moves with the animations but doesnt transition between the right left backwards and forward animations, it acts like it will run a certain directional animation moving in either X or Y axis, what exactly am i doing wrong?

    • @LaurenIpock-ry8rh
      @LaurenIpock-ry8rh Рік тому

      ok i noticed that when im hooking up "get actor rotation" into "calculate direction" it links a rotation from X vector in between the two, is that part of this issue??

  • @chuckymerchant236
    @chuckymerchant236 Рік тому

    I bought this the other day and it's amazing. The only thing I'm struggling with is finding the bullet so I can disable the collision to use chaos. Could you tell me how to find it please?

    • @nativecoder
      @nativecoder  Рік тому +1

      The weapon system is not using projectiles, it is using camera traces.
      There is an "ApplyPhysics" function inside "BP_Gun" which gives impulse to objects when hit.

    • @chuckymerchant236
      @chuckymerchant236 Рік тому +1

      @@nativecoder do I do it the same way and block the collision like it was a projectile?

    • @chuckymerchant236
      @chuckymerchant236 Рік тому +1

      ​@@nativecoder I've tried following the tutorial to see how it works, I've googled it, I've tried watching other videos on line tracing ect and I'm just so confused by all of this. Why does UE feel like such an obstacle to learn. If you, or someone could help me figure this out I'd pay for the knowledge 😂

    • @nativecoder
      @nativecoder  Рік тому +1

      @@chuckymerchant236 hey there, if you have doubts, feel free to join our discord community, we will be able to reply to any questions you might have and find solutions together.
      Discord: discord.gg/qRBZdXPvye

    • @chuckymerchant236
      @chuckymerchant236 Рік тому

      @@nativecoder thanks, I've asked in the discord. Hopefully someone can help as I'm at the point of giving up before I even start

  • @chuckymerchant236
    @chuckymerchant236 Рік тому

    I've had this in my basket since you released it, it might be a stupid question but how do I use this in my own game? Just swap the 3rd person blueprint to this one?

    • @nativecoder
      @nativecoder  Рік тому

      Thanks for the comment, well yes, but It will always depend on the complexity of your project of course, my locomotion system brings a Character BP and an Animation BP, so if you want to completely replace your character, you can just replace your Character BP and the Animation BP for the ones in my system.

    • @chuckymerchant236
      @chuckymerchant236 Рік тому

      @@nativecoder thanks so much for getting back to me about it 🙂 i literally just started learning UE5 about a month ago. I made a little level with just a few buildings and some roads, nothing fancy, and I just wanna be able to drop a few characters in there and do a little shooting 😂 like the most basic GTA ever