- 59
- 66 376
hobby coding
เข้าร่วมเมื่อ 20 ต.ค. 2018
Celestial Edge Mobile - Evade Counter
With this module, you'll have a chance to counterattack when perfectly evading.
มุมมอง: 51
วีดีโอ
Celestial Edge Mobile Game - Combo Transitioning
มุมมอง 75หลายเดือนก่อน
Updated the combo system to allow for smoother transitions between attacks when holding or delaying button presses. demo: hobbycoder.itch.io/celestial-edge-demo-apk
Celestial Edge Mobile Game - Fighting a Level 10 Creature
มุมมอง 53หลายเดือนก่อน
Fight against level 10 creature
Celestial Edge Mobile (APK Demo)
มุมมอง 182หลายเดือนก่อน
Demo APK Link - hobbycoder.itch.io/celestial-edge-demo-apk
Unity Mobile - Enemy Test [ Demo link in description]
มุมมอง 40211 หลายเดือนก่อน
Set up this enemy using my updated custom enemy script You may download the APK demo here: hobbycoder.itch.io/a-knights-errands
Enemy Strafe using AStar Pathfinding
มุมมอง 1.9Kปีที่แล้ว
AStarAI.maxSpeed = StrafeMovementSpeed; AStarAI.destination = strafePosition; AStarAI.SearchPath(); Vector3 direction = (strafePosition - transform.position).normalized; float forward = Vector3.Dot(transform.forward, direction); float right = Vector3.Dot(transform.right, direction); animator.SetFloat("Forward", forward); animator.SetFloat("StrafeMovement", right); FacePlayer();
Unity - Setting up Attack for Invector FSM AI
มุมมอง 1.2Kปีที่แล้ว
Set up attacks using custom action manager
RPG Builder + Malbers Animal Controller Integration (WIP) - Shapeshifting
มุมมอง 847ปีที่แล้ว
RPG Builder Malbers Animal Controller Integration (WIP) - Shapeshifting
Invector + RPG Builder Integration - Staff Spell Combo using Invector Animation Event
มุมมอง 588ปีที่แล้ว
Invector RPG Builder Integration - Staff Spell Combo using Invector Animation Event
Invector + RPG Builder Integration Setup (3rd) - Modifying Animation, Equip and Unequip
มุมมอง 669ปีที่แล้ว
Invector RPG Builder Integration Setup (3rd) - Modifying Animation, Equip and Unequip
Invector + RPG Builder Integration Setup (2nd) - Adding Ability Animation
มุมมอง 576ปีที่แล้ว
Invector RPG Builder Integration Setup (2nd) - Adding Ability Animation
Invector + RPG Builder Integration Setup (1st)
มุมมอง 2.2Kปีที่แล้ว
Invector RPG Builder Integration Setup (1st)
RPG Builder + HC Character Controller PC Build Test
มุมมอง 461ปีที่แล้ว
RPG Builder HC Character Controller PC Build Test
RPG Builder + Hobby Coder's Character Controller
มุมมอง 279ปีที่แล้ว
RPG Builder Hobby Coder's Character Controller
Invector + RPG Builder Integrations (WIP)
มุมมอง 232ปีที่แล้ว
Invector RPG Builder Integrations (WIP)
Invector + RPG Builder Integrations - Equipping
มุมมอง 312ปีที่แล้ว
Invector RPG Builder Integrations - Equipping
Simple Flying Action for Invector - Updated the animation
มุมมอง 382ปีที่แล้ว
Simple Flying Action for Invector - Updated the animation
Setting up Simple Flying Action for Invector
มุมมอง 701ปีที่แล้ว
Setting up Simple Flying Action for Invector
Made a Custom Flying Action for Invector using the vSwimming Addon
มุมมอง 456ปีที่แล้ว
Made a Custom Flying Action for Invector using the vSwimming Addon
Hi buddy, I like your game, I want to do projects like this, is there a tutorial you can recommend or is there a lesson you teach?
😮 good looking game, and very good mechanics. Good job.
Nice. Remind me of the Grand Theft Auto the third Autos
Hi, I wanted to know if you still have investor integration with RPG Builder, I'm interested in purchasing it. 😅🙏🙏🙏
I think it’s cool that you’re making an actual game for mobile instead of the usual slop I see.
Package download link is not working 🥲
please give the folder of this game pleaseee
i don`t have "v trigger generic action"
Cool
I'm curious about the techniques you utilized to attain such smoothness. Did you employ animator.MatchTarget or some other method?
please see ]: climbing system and invector tsp integration
I havent been working with latest invector, will check this integration once this database development project is done
don't waste your money u got error and hobby coding never give u response
Yesterday I buy your integration iaz Climbing System 4.03 with invector ( 2.6.4a ) after follow your all steps I got a new error ): please help me I gonna donate u good amount ): Assets\Invector-3rdPersonController\Integrations\Diaz Climbing Invector\Scripts\vTpCameraCinemachine.cs(31,33): error CS0507: 'vTpCameraCinemachine.CameraMovement(bool)': cannot change access modifiers when overriding 'public' inherited member 'vThirdPersonCamera.CameraMovement(bool)'
I also face some error
Thats insane. Did you end up still using RPG Builders ability system or did you swap it out for your own?
Can I have your package, please
How did you add custom actions like balancing and wall hug? you could also do swingable ledge and a tutorial👍
Hi, it was great. Please either post the project or complete the tutorial. I really need it
Bro i have a request plz make a short tutorial on making a new weopan like minigun with its own movesets plz plz with invector
I don't know why but this feels like Hyrule Warriors
This should be by default! Was it hard to do? I may get the asset if it's not beyond me.
Nice. How can I put my camera closer to the character like yours? Thank you.
can i have your source code to research
which system use for combo or its custom?
mouse always shows on screen , how to fix it ?
I like it when enemies try to flank me and actually attack from positions of opportunity. First time I saw that happen was in Half-life, where I was shocked to realize enemies would actually seek to find me even if I was behind cover. I'd pop out and realize they weren't where I thought they were anymore since they keep looking for ways around me.
Thanks Hobby Coding for this amazing asset! I have one little issue, my player can't get in on motorcycle. every other vehicle is working fine. Pressing E for bike is not working 😪