All Projects → VeryHotShark → First Person Controller Veryhotshark

VeryHotShark / First Person Controller Veryhotshark

Licence: mit
This is a project where im trying to create a quite generic first person controller that can be use in different games and extended for your own needs. I started this project because i wanted to create a controller for my walking simulator game so that's why controller fits better with this genre. I Also use a free extension from Unity Store called Naughty Attributes to help me keep this project nice and tidy.

Projects that are alternatives of or similar to First Person Controller Veryhotshark

Naughtycharacter
Third Person Controller for Unity
Stars: ✭ 412 (+68.16%)
Mutual labels:  controller, unity3d
CtrlUI
CtrlUI (Controller User Interface) is a Windows application, game and emulator launcher for your game controller, DirectXInput converts your game controller to a Xbox (XInput) controller, Fps Overlayer is a tool that shows the frames per second and the cpu, gpu and memory information.
Stars: ✭ 39 (-84.08%)
Mutual labels:  fps, controller
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-73.88%)
Mutual labels:  unity3d, fps
Multiplayer Fps
🎮 A multiplayer first person shooter game based on Unity Game Engine
Stars: ✭ 404 (+64.9%)
Mutual labels:  unity3d, fps
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-51.43%)
Mutual labels:  unity3d, fps
Antimicrox
Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.
Stars: ✭ 226 (-7.76%)
Mutual labels:  controller
Il2cppdumper
Unity il2cpp reverse engineer
Stars: ✭ 3,362 (+1272.24%)
Mutual labels:  unity3d
Dear Imgui Unity
Unity package for Dear ImGui
Stars: ✭ 230 (-6.12%)
Mutual labels:  unity3d
Catlib
CatLib for unity3d dependency injection framework
Stars: ✭ 228 (-6.94%)
Mutual labels:  unity3d
Cradle
Play Twine stories in Unity.
Stars: ✭ 242 (-1.22%)
Mutual labels:  unity3d
Midianimationtrack
SMF (.mid) file importer for Unity Timeline
Stars: ✭ 243 (-0.82%)
Mutual labels:  unity3d
Rls
Reinforcement Learning Algorithms Based on TensorFlow 2.x
Stars: ✭ 239 (-2.45%)
Mutual labels:  unity3d
Hololenscamerastream
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).
Stars: ✭ 233 (-4.9%)
Mutual labels:  unity3d
Fpsviewer
A Real-time Fps Tool for Android
Stars: ✭ 241 (-1.63%)
Mutual labels:  fps
Nodulus
Puzzle game with clever twists (Unity3d)
Stars: ✭ 232 (-5.31%)
Mutual labels:  unity3d
Cosinegradient
Cosine gradient generator for Unity
Stars: ✭ 244 (-0.41%)
Mutual labels:  unity3d
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (-6.94%)
Mutual labels:  unity3d
Hololensartoolkit
Marker tracking using the front-facing camera of HoloLens (both 1 and 2) and Unity, with a wrapper of ARToolKit built for UWP (Windows Universal Platform)
Stars: ✭ 238 (-2.86%)
Mutual labels:  unity3d
Unitysizeexplorer
Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size
Stars: ✭ 242 (-1.22%)
Mutual labels:  unity3d
Roboleague
A car soccer environment inspired by Rocket League for deep reinforcement learning experiments in an adversarial self-play setting.
Stars: ✭ 236 (-3.67%)
Mutual labels:  unity3d

First Person Controller VeryHotShark

The goal of this project is to make a First Person Controller that gives better experience than default FPS controller provided by Unity in Standard Assets.

I will be adding more features to this project in future, but keep in mind that this Controller was made and is being made to suits the best for my Walking Simulator.

This is not some kind of Asset, but maybe i will make some kind of Ultimate Controller from this in future but not for now.

I share this because i hope that this can be a good reference for all people that wants to also make their own Controller for their games.

I will also publish Tutorial Series from this controller on my Youtube Channel : VeryHotShark. So anyone who wants to understand this code better, you should check it out :)

Last thing for now is that i also used a free extension from Asset Store called Naughty Attributes and it is included in this project and ProBuilder as well because i used it to block out some basic prototype scene.

HOW TO USE IT

So in order to use it in different scenes you have to make sure that you have few things

  1. There should be Input Handler script in order to make input working, you should drag the input data throught inspector
  2. Make sure to layer your Ground to be on layer that player is colliding with
  3. Make sure to have all Data dragged into correct scripts

Im using scriptable objects to store data input so i can easily drag asset to script i want and use it data. To fill out data i use Input Handler script which basically updates the input.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].