Home Artists Posts Import Register

Content

Super happy to share with you something very special. How to remake the distance grab from half life alyx.

We are going to learn how to interact with an object with a ray, listen to the controller velocity and make the object jump directly to the hand of the player.

hope you guys like it. :)

Files

Half Life Alyx Distance Grab - Unity Tutorial

In this video I'm going to show you how you can remake the distance grab systeme from Half-Life Alyx ! ❤️ Support on Patreon : https://www.patreon.com/ValemVR 🔔 Subscribe for more Unity Tutorials : https://www.youtube.com/@ValemTutorials?sub_confirmation=1 🌍 Discord : https://discord.gg/5uhRegs 🐦Twitter : https://twitter.com/valemvr?lang=en 👍 Main Channel : https://www.youtube.com/@ValemVR 🔥 Tiktok : https://www.tiktok.com/@valemxr 💣 Balistic Ressources : https://www.youtube.com/watch?v=tfItlGfPHyo https://www.forrestthewoods.com/blog/solving_ballistic_trajectories/ ⌨️ Jump Speed Code : float jumpSpeed = Mathf.Sqrt(-Physics.gravity.y * Mathf.Pow(diffXZLength, 2)/ (2 * Mathf.Cos(angleInRadian)*Mathf.Cos(angleInRadian)*(diffXZ.magnitude * Mathf.Tan(angleInRadian) - diffYLength))); ···················································································· 📝Best VR Assets ( These links are Affiliate links which means it costs the same to you and I get a small commission. Thanks for your support!) VR Interaction Framework https://assetstore.unity.com/packages/templates/systems/vr-interaction-framework-161066?aid=1011lqeKB Hexabody (Physics VR Player) https://assetstore.unity.com/packages/tools/physics/vr-physics-player-controller-185521?aid=1011lqeKB Mirror and Reflection for VR https://assetstore.unity.com/packages/vfx/shaders/fullscreen-camera-effects/mirrors-and-reflections-for-vr-212493?aid=1011lqeKB Auto Hand (automatic hand grab pose) https://assetstore.unity.com/packages/tools/game-toolkits/auto-hand-vr-physics-interaction-165323 Hurricane VR (vr physics interaction) https://assetstore.unity.com/packages/tools/physics/hurricane-vr-physics-interaction-toolkit-177300?aid=1011lqeKB 3d Hand Model for VR https://assetstore.unity.com/packages/3d/props/tools/rigged-vr-hands-212100?aid=1011lqeKB ···················································································· Full Series on How to make a VR game https://www.youtube.com/watch?v=HhtTtvBF5bI&list=PLpEoiloH-4eP-OKItF8XNJ8y8e1asOJud&index=2&t=1s ···················································································· If you enjoyed this video, here are some other really good channel you should appreciate : ⌨️ Game Dev Brackeys : https://www.youtube.com/@Brackeys Dani : https://www.youtube.com/@Danidev Code Monkey : https://www.youtube.com/@CodeMonkeyUnity 👨‍🎓 Vr Dev Justin P Barnett : https://www.youtube.com/@JustinPBarnett Vr with Andrew : https://www.youtube.com/@VRwithAndrew ···················································································· 00:00 Intro 00:43 Ray Interaction 04:36 Velocity Check 08:52 Balistic Jump Speed 14:44 Result #vr #vrdev #madewithunity

Comments

No comments found for this post.