Make A Gorgeous 3D Game w/ NO MODELS OR TEXTURES (FAST!)

Channel:
Subscribers:
426,000
Published on ● Video Link: https://www.youtube.com/watch?v=aKM0eNjCcy0



Pinstripe
Game:
Pinstripe (2017)
Duration: 14:46
22,779 views
1,286


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();
}
}
}







Tags:
thomas
brush
Unity
Unity game dev
Gamedev
indie gamedev
indie game devlog
game devblog
dani
he said i couldn't make a 3d game
so i made one
making my first 3d game
Making a Game in ONE Day (12 Hours)
how to make a game
software engineering
computer science
computer programming
tutorial
how to
develop games
Programming a Boss For my Game
sam hogan
brackeys
dani2
devlog
game
adding weapons
epic
3D game dev
3D modeling
unreal



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.