How To Make A Slenderman Clone In Unity | Post FX, Lighting, Sound FX | Part 004.5

  Рет қаралды 1,866

User1 Productions

User1 Productions

Күн бұрын

Пікірлер: 11
@seesooner3112
@seesooner3112 Жыл бұрын
Great tutorial man nice❤
@Sandwey
@Sandwey Жыл бұрын
Cool video 👍
@CodeBeatbox
@CodeBeatbox Жыл бұрын
Ooohhh i'm so hyped, can't wait to watch that! Edit : That was an awesome tutorial !, can't wait to see the next episode now :)
@GekkoGang
@GekkoGang Жыл бұрын
Keep going 👍
@manusiaberuntung891
@manusiaberuntung891 Жыл бұрын
great content man, im still waiting for the advanced fps tutorial to come
@GekkoGang
@GekkoGang Жыл бұрын
Make a video on advanced horror game ai
@user1productions883
@user1productions883 Жыл бұрын
Hopefully coming out today ! “Slender man AI”
@GekkoGang
@GekkoGang Жыл бұрын
Next episode please bring fast
@qwerty1332
@qwerty1332 Жыл бұрын
Ur u still gonna use unity despite the scandal?
@ilypavan
@ilypavan Жыл бұрын
🦧
@yourlocalmdfan3
@yourlocalmdfan3 Жыл бұрын
Hi.. uhh I'm making an horror game and the Batteries won't work when I try to pick them up! And I can't use discord >m< When I try picking them up it fails because for some reason it won't add batteries... The Script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class BatteryPickUp : MonoBehaviour { private bool inReach; public GameObject pickUpText; private GameObject flashlight; public AudioSource pickUpSound; void Start() { inReach = false; pickUpText.SetActive(false); flashlight = GameObject.Find("flashlight"); } void OnTriggerEnter(Collider other) { if (other.gameObject.tag == "Reach") { inReach = true; pickUpText.SetActive(true); } } void OnTriggerExit(Collider other) { if (other.gameObject.tag == "Reach") { inReach = false; pickUpText.SetActive(false); } } void Update() { if (Input.GetButtonDown("Interact") && inReach) { flashlight.GetComponent().batteries = +1; pickUpSound.Play(); inReach = false; pickUpText.SetActive(false); Destroy(gameObject); } } }
How To Make A Slenderman Clone In Unity | Slenderman AI | Part 005
11:52
User1 Productions
Рет қаралды 4,8 М.
How To Make A Slenderman Clone In Unity | Creating The Map | Part 004
19:33
User1 Productions
Рет қаралды 2,1 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
How To Make A Horror Game In Unity From Start To Finish
2:48:35
User1 Productions
Рет қаралды 101 М.
Immersive Flashlight Horror Character [Trailer] [UE5]
2:54
Kamen Developer
Рет қаралды 7 М.
How to make a PS1 style game in Unity | Part 1 - Setting up URP
2:35
hacktic tutorials
Рет қаралды 774
Can ChatGPT Make A Horror Game In Unity
6:41
User1 Productions
Рет қаралды 17 М.
Simple Drag And Drop System | Unity 3D Tutorial For Beginners
6:47
User1 Productions
Рет қаралды 3,7 М.
SCARY Jumpscare: Objects Come to Life in Unreal Engine 5!
4:15
Ugur Batur GameDev
Рет қаралды 2,8 М.
Dimensionfall release update 0.0.7
11:09
snipercupX
Рет қаралды 89