https://github.com/twiks228/player-controller-3d-unity
Player Controller 3d Unity
https://github.com/twiks228/player-controller-3d-unity
controller player player-controller unity unity3d
Last synced: 13 days ago
JSON representation
Player Controller 3d Unity
- Host: GitHub
- URL: https://github.com/twiks228/player-controller-3d-unity
- Owner: twiks228
- Created: 2024-11-26T18:24:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T19:15:53.000Z (over 1 year ago)
- Last Synced: 2025-01-26T06:24:56.031Z (over 1 year ago)
- Topics: controller, player, player-controller, unity, unity3d
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Player-Controller-3d-unity
## Here is a link to the download resource, since I haven't figured out the git terminal yet and the file weighs 233 MB ;): https://drive.google.com/file/d/1EJhPrv_c6DNVXpM51AU6Jd0fQsDoleEX/view?usp=drive_link
This is my first plugin for creating a controller character to control it in unity 3d.

##What the menu looks like:

## The death system:

when you press enter, the level restarts
## Damage:

A red transparent screen appears for a second when taking damage
## Animator:

## Other
when the left mouse button is pressed, the impact animation is triggered;
If the character is in the air for more than a few seconds, the fall animation is triggered;
when you press the space bar, a jump is triggered;
a simple UI showing how many hp a player has;
so that your character does not start playing the fall animation while standing still, put the terrain layer: Ground Layer , and put it in the character settings where the line Ground layer - Ground Layer should be!
## Player Settings:

It is created in the character automatically!
## Player Health:

It is created in the character automatically!
## Player Camera Manager:

It is created in the character automatically!
## Canvas Health UI

You need to put the script on the Canvas and customize it to your preferences. The script is located in plugins-j2k-Health UI
## Trigger script:

You need to place the script on the object that will cause damage and set up the DamageZone tag for it. The script is located in the plugins-j2k-DamageZone.