An open API service indexing awesome lists of open source software.

https://github.com/synthetic-borealis/unreal-fp-controller

A basic first person controller with smooth crouching & an object grabber for UE4
https://github.com/synthetic-borealis/unreal-fp-controller

Last synced: 4 months ago
JSON representation

A basic first person controller with smooth crouching & an object grabber for UE4

Awesome Lists containing this project

README

        

# Simple first person controller with smooth crouching & an object grabber
This project contains a simple first person controller with smooth crouching and an object grabber for Unreal Engine 4. Other things included in this character controller are jumping and running (crouch jumping is also possible).
I'm posting this in a public repository in hopes that it can be of use for people who want to learn how to write a first person controller in Unreal and how smooth crouching can be achieved.

## Input Devices
Only keyboard input and mouse input are supported.

## Assets Licensing
### Crosshair
Created by Winston Yallow (https://twitter.com/WinstonYallow) and licensed under CC0.

Download [**here**](https://opengameart.org/content/space-shoter-crosshairs).

### Crates & Ladder
The ladder and the crates were created by me and can be freely used in personal projects.

## Disclaimer
The files in this repository are provided "as-is", without warranty of any kind.

## Code License
The code in this repository is intended for use only in personal projects or for learning purposes.