Make A Gorgeous 3D Game w/ NO MODELS OR TEXTURES (FAST!)
Let me help you make a beautiful 3D game with NO models or textures!
► Get 50% off Full Time Game Dev for the new year, plus 2D Art Pro free (100 seats available, for 14 days): https://www.fulltimegamedev.com/
► Enroll in my FREE 3D course! https://www.fulltimegamedev.com/sign-up-easy3d
► Get my 2D Game Kit free: https://www.fulltimegamedev.com/free-game-kit
► Learn my secrets to $100,000 as a game dev: https://www.fulltimegamedev.com/join-webinar-live-stream
► Learn Game Dev (Get 25% off with code LETSGO): https://full-time-game-dev.teachable.com/p/full-time-game-dev/
► Learn 2D Art (Get 25% off with code LETSGO): https://full-time-game-dev.teachable.com/p/2d-art-pro
► Wishlist "Father": https://store.steampowered.com/app/1575990/Father/
► Edited by: https://youtube.com/channel/UCSw7bZnTAxp_YJYxjb0Qn5A
► Follow Thomas on Instagram: https://www.instagram.com/thomasbrushdev/
► Follow Coder of "Father" Ajay: https://www.youtube.com/c/AJTechTV/videos
► Follow "Father" 3D Weapons Creator, Felipe: https://www.youtube.com/user/Felipecaravelli/videos
► Follow "Father" sound designer, Hector! https://www.youtube.com/channel/UCSXULsAci5W3FIQy-mr0XKg
► Play Neversong: https://store.steampowered.com/app/733210/Neversong_formerly_Once_Upon_A_Coma/
► Play Pinstripe on Switch or Steam: http://atmosgames.com/
► Check out my games: http://atmosgames.com/
► Ask a question on my subreddit: https://www.reddit.com/r/ThomasBrush/
► My Studio Set-Up: https://www.amazon.com/shop/thomasbrush
-- Links & Resources For This Video --
Free character controller: https://assetstore.unity.com/packages/3d/characters/modular-first-person-controller-189884
Get free sounds: https://freesound.org/
Edit sounds free: https://www.audacityteam.org/download/
Get free music: https://newgrounds.com/
-- Voice Over Trigger Script--
*Be sure you name it VoiceOverTrigger.cs*
👇
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class VoiceOverTrigger : MonoBehaviour
{
public AudioSource audioSource;
public AudioClip audioClip;
private void OnTriggerEnter(Collider other)
{
if(other.gameObject.name == "FirstPersonController")
{
audioSource.Stop();
audioSource.clip = audioClip;
audioSource.Play();
}
}
}
Other Videos By Thomas Brush
Other Statistics
Pinstripe Statistics For Thomas Brush
There are 9,293,700 views in 283 videos for Pinstripe. This game accounts for over 7 days of watchable video on his channel, roughly 46.48% of Pinstripe content that Thomas Brush has uploaded to YouTube.