These are all of the tutorials from SharpAccent regarding 3rd-person character controllers:
https://www.youtube.com/channel/UCq9_1E5HE4c_xmhzD3r7VMw/playlists?shelf_id=10&sort=dd&view=50
They deal with climbing systems, 3rd-person shooters, and advanced 3rd-person character controllers. They will be integral in going into more depth on creating character controllers for 3rd-person games/shooters with advanced mobility mechanics.
To get started with the Advanced 3rd-person controller:
https://www.youtube.com/watch?v=3YTR_9_Trsg&list=PL1bPKmY0c-wnvW9F4BDJMwDHmq2SQ8m3L
More on foot placement with Unity IK:
https://www.youtube.com/watch?v=5eDt-bh9OTY

Showing posts with label Controllers and Shooters. Show all posts
Showing posts with label Controllers and Shooters. Show all posts
Wednesday, January 30, 2019
FPS and Climbing
This youtuber has many tutorials to do with First Person Shooters in Unity, as well as a climbing system tutorial series:
Main page:
https://www.youtube.com/channel/UCOTOF6DP6XxeBnyLRCS46kA
Climbing system:
https://www.youtube.com/playlist?list=PLZcQtrQ9JcLxzUwz1VvabjOVD64v1ixOG
Will I create a climbing system for my game? No, but I at least want a ledge grab, if I can fit it in, and for my character to grab or strike other objects. Also, the concepts behind these tutorials will be helpful in learning about and implementing Unity IK.
Main page:
https://www.youtube.com/channel/UCOTOF6DP6XxeBnyLRCS46kA
Climbing system:
https://www.youtube.com/playlist?list=PLZcQtrQ9JcLxzUwz1VvabjOVD64v1ixOG
Will I create a climbing system for my game? No, but I at least want a ledge grab, if I can fit it in, and for my character to grab or strike other objects. Also, the concepts behind these tutorials will be helpful in learning about and implementing Unity IK.
Subscribe to:
Posts (Atom)
All Updated State Machines and Blend Trees
These are all of the State Machines and Blend Trees that I set up for my character in Mecanim:

-
In Unity, you can lock the state of the cursor while in play mode, effectively turning the cursor invisible and constraining it to the cente...
-
Re-targeting and editing animations was going pretty well. It was nice to revisit Motion Builder. Everything was going fine i...