How To Make a Jumpscare in Unity

  Рет қаралды 10,242

Gunzz

Gunzz

Күн бұрын

Пікірлер: 22
@GunzzYT
@GunzzYT Жыл бұрын
Make sure that your First Person Controller is tagged as the player! select your first person controller -> inspector -> tag and select "Player". If you dont see the tag "Player" make a new tag called "Player".
@frankieplayzz8382
@frankieplayzz8382 8 ай бұрын
Thanks for tutorial very easy to follow and works perfectly.
@AlonePirate02
@AlonePirate02 Жыл бұрын
Amazing tutorial thank you.
@grim6780
@grim6780 Жыл бұрын
My jump scare won't trigger. Any idea what's wrong. I followed every.
@ThatOneDev476
@ThatOneDev476 Жыл бұрын
I'm new to unity and I don't know how I'm gonnaa follow the script part please put it in description
@doziaress
@doziaress 7 ай бұрын
my jumpscare isn't stoping it is just a loop pls help me
@grim6780
@grim6780 Жыл бұрын
I figured it out.
@penguinblox1856
@penguinblox1856 Жыл бұрын
whats was the problem/fix?
@grim6780
@grim6780 Жыл бұрын
​@@penguinblox1856I will look at it later and get back to you. I don't remember it off the top of my head.
@deletriz
@deletriz 5 күн бұрын
dude say the fix its been a year.....
@Glarer
@Glarer 8 ай бұрын
i made it and the audio isnt playing help
@DanRobart
@DanRobart Жыл бұрын
Thank you ;)
@penguinblox1856
@penguinblox1856 Жыл бұрын
It says no definition for "gameobject" (19,18), any thoughts or ideas on how to fix this?
@frankieplayzz8382
@frankieplayzz8382 8 ай бұрын
did you make the o on object capital?
@ldskategaming2083
@ldskategaming2083 Жыл бұрын
How much course for the unity Codding 🔍
@daily.modivation
@daily.modivation 8 ай бұрын
for me it sais other does not exist oin the current context
@OzlyFR
@OzlyFR Жыл бұрын
Can you pls add the script in comments it dont work for me i think i did the script wrong
@hiFizz1
@hiFizz1 Жыл бұрын
If you've copied the code and it still doesn't work its maybe because you forgot to attach the script TO THE GAMEOBJECT that will be triggered also you maybe forgot to the tag for your Player. To do this go to your player prefab/gameobject -> inspector -> at the top you have a tag thing go there and press add another tag AND type Player (Same as in the script ).And stop asking for code and learn to do it for yourself .
@chickengunplayer3065
@chickengunplayer3065 8 ай бұрын
Add pls scricts
@Glarer
@Glarer 8 ай бұрын
using System.Collections; using System.Collections.Generic; using UnityEngine; public class jumpscares : MonoBehaviour { public GameObject JumpScareImg; public AudioSource audioSource; void Start() { JumpScareImg.SetActive(false); } private void OnTriggerEnter(Collider other) { { JumpScareImg.SetActive(true); audioSource.Play(); StartCoroutine(DisableImg()); } } IEnumerator DisableImg() { yield return new WaitForSeconds(2); JumpScareImg.SetActive(false); } }
@NIGHTFOX7852
@NIGHTFOX7852 9 ай бұрын
Plz bro script link
@Glarer
@Glarer 8 ай бұрын
using System.Collections; using System.Collections.Generic; using UnityEngine; public class jumpscares : MonoBehaviour { public GameObject JumpScareImg; public AudioSource audioSource; void Start() { JumpScareImg.SetActive(false); } private void OnTriggerEnter(Collider other) { { JumpScareImg.SetActive(true); audioSource.Play(); StartCoroutine(DisableImg()); } } IEnumerator DisableImg() { yield return new WaitForSeconds(2); JumpScareImg.SetActive(false); } }
How To Pick Up And Drop Items | Unity Tutorial
11:17
Gunzz
Рет қаралды 8 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Build a beautiful 3D open world in 5 minutes | Unity
5:57
spaderdabomb
Рет қаралды 440 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
FIRST PERSON INTERACTION in Unity!
9:40
Kabungus
Рет қаралды 18 М.
How to make YOUR dream game with no experience
11:31
BinzuDev
Рет қаралды 1,7 МЛН
Pick Up and Throw Stuff in Unity 6!  2024 Tutorial
10:33
Matt Wester
Рет қаралды 416
Making a Retro Inspired Melee FPS in Unity
5:16
Anders Lundbjörk
Рет қаралды 70 М.
Unity Tutorial: How To Make A Jumpscare For Your Horror Game
5:03
Andrew Fans Alt Account 2
Рет қаралды 1,1 М.
Why I'm Moving To Godot In 2025
14:23
Acerola
Рет қаралды 138 М.
Horror Post Processing Profile in Unity
7:35
SpeedTutor
Рет қаралды 36 М.
How To Pick Up an Item - Unity
8:58
Gunzz
Рет қаралды 45 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН