Тёмный
SpeedTutor
SpeedTutor
SpeedTutor
Подписаться
Whether you're new to Unity or you've been game developing for years, I've got you covered!

I'm Matt and I've been a game developer for over 10 years, I'll use everything I've learned in that time to give you quick game dev tutorials for Unity, and these include: Programming in C#, Best free assets, Game Design tips and tricks and I'll keep you in the know about any new game savings and deals.

How many videos can you watch you ask? Over 1000...! Yes, that's right, completely free to help you start your game development career today!

Come and subscribe to SpeedTutor today, chat on Discord, support me on Patreon for more exclusive content. What are you waiting for?

EPIC Free FUR SHADER in Unity URP
7:46
2 месяца назад
6 Ways To SAVE Your UNITY PROJECT from ruin!
12:14
3 месяца назад
WINDOWS PC for your UNITY GAME? (Dream OS)
11:18
3 месяца назад
EPIC Free Main Menu System in Unity
6:27
4 месяца назад
Комментарии
@The_epicchicken
@The_epicchicken 4 часа назад
it crashes when i generate mine
@IndieGame_Junkie
@IndieGame_Junkie 5 часов назад
Script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class PickupController : MonoBehaviour { [Header("Pickup Settings")] [SerializeField] Transform holdArea; private GameObject heldObj; private Rigidbody heldObjRB; [Header("Physics Parameters")] [SerializeField] private float pickupRange = 5.0f; [SerializeField] private float pickupForce = 150.0f; private void Update() { if (Input.GetMouseButtonDown(0)) { if(heldObj == null) { RaycastHit hit; if(Physics.Raycast(transform.position, transform.TransformDirection(Vector3.forward), out hit, pickupRange)) { PickupObject(hit.transform.gameObject); } } else { DropObject(); } } if(heldObj != null) { MoveObject(); } } void MoveObject() { if(Vector3.Distance(heldObj.transform.position, holdArea.position) > 0.1f) { Vector3 moveDirection = (holdArea.position - heldObj.transform.position); heldObjRB.AddForce(moveDirection * pickupForce); } } void PickupObject(GameObject pickObj) { if (pickObj.GetComponent<Rigidbody>()) { heldObjRB = pickObj.GetComponent<Rigidbody>(); heldObjRB.useGravity = false; heldObjRB.drag = 10; heldObjRB.constraints = RigidbodyConstraints.FreezeRotation; heldObjRB.transform.parent = holdArea; heldObj = pickObj; } } void DropObject() { heldObjRB.useGravity = true; heldObjRB.drag = 1; heldObjRB.constraints = RigidbodyConstraints.None; heldObjRB.transform.parent = null; heldObj = null; } }
@multiplayer1377
@multiplayer1377 День назад
ive searched for videos on how to make a static crosshair, and finally found this. Thank you!
@SpeedTutor
@SpeedTutor 13 часов назад
Haha! You're very welcome, I'm glad I could help. What are you creating?
@adamasteway4828
@adamasteway4828 День назад
where is pose ai link??
@SpeedTutor
@SpeedTutor 13 часов назад
It's the weekly publisher asset link :)
@powerthesigma
@powerthesigma День назад
my character model wont work
@SpeedTutor
@SpeedTutor 13 часов назад
What happens?
@powerthesigma
@powerthesigma 6 часов назад
@@SpeedTutor it just t poses, and I can’t figure out why
@ivancarranza2473
@ivancarranza2473 2 дня назад
Pose AI .... what!? Is that for editing animations? Wow lots of sales. Have to make some tough choices; assets or underpants, assets or underpants? I'll let a coin flip decide. Thanks for the video brother.
@SpeedTutor
@SpeedTutor 13 часов назад
Haha, good luck with all of the choices. As for the animations, I think it's just an intermediate tools that can help you pose your characters :)
@stephanspath5068
@stephanspath5068 2 дня назад
Does the FPS & TPS pack also work with Unity? Or Unreal only?
@SpeedTutor
@SpeedTutor 2 дня назад
I think it's raw animation but you could email humble to make sure :)
@mikeha
@mikeha 2 дня назад
the modular fantasy hero characters is the reason I got this bundle again (it's a remix of an earlier bundle but with 2 extra assets). the tropical biome is also good. But the modular fantasy characters are essential if you want to use it to make an RPG style game that has unlockable weapons/armor/etc and customizable characters
@SpeedTutor
@SpeedTutor 2 дня назад
Awesome, I'm glad you got hold of some useful stuff. Are you creating an RPG?
@mikeha
@mikeha 2 дня назад
@@SpeedTutor I've been learning Game Creator 2 and going through the existing tutorials by RVR and JDE, and their tutorials are about creating survival RPG type games, so maybe I might just take their lead and continue developing a full game after their tutorials run out.
@SpeedTutor
@SpeedTutor 13 часов назад
Do you have the confidence to do it? Make sure to try and keep things as small as you can, don't shoot for the world or you'll struggle to finish. Haha.
@mikeha
@mikeha 7 часов назад
@@SpeedTutor i'm getting the hang of it, I'm just going to implement one small thing at a time. I also want to do a small horror game using GC2 as well, I have the concept for it, as I learn more I will be able to do a demo version of it
@VerityD2
@VerityD2 2 дня назад
Did you make that RE Environment, or did you find it somewhere?
@SpeedTutor
@SpeedTutor 2 дня назад
Its from the Unity asset store, you'll find it under RE mansion I think...
@commettey
@commettey 2 дня назад
I can't get this to work, and i dont know why. I'm not using URP, i've researched and looked around through different forums and other RU-vid videos about this package and the Sample scene works just fine, but i cannot get it to work in my scene
@SpeedTutor
@SpeedTutor 2 дня назад
What happens in your scene?
@ShadowTM6
@ShadowTM6 2 дня назад
Amazing :)
@SpeedTutor
@SpeedTutor 2 дня назад
Anything useful for you, my friend?
@ShadowTM6
@ShadowTM6 День назад
@@SpeedTutor Yes :D
@mrzaphkielYT
@mrzaphkielYT 2 дня назад
Does anybody know if the 10$ cupon code stacks or one cancel the other one out? I still has the 10$ cupon code from the previous synty mix and i wonder if they can be stacked.
@alroyfernandes4090
@alroyfernandes4090 2 дня назад
No but you can use it over the store wide discount
@mrzaphkielYT
@mrzaphkielYT 2 дня назад
@@alroyfernandes4090 thanks, that was i worried about.
@cokrowijaya4650
@cokrowijaya4650 6 часов назад
Not, they dont
@branidev
@branidev 2 дня назад
Thank you for PoseAI asset it my help me with animations in my new game i rly sucks at cutscenes and animating overall hah
@SpeedTutor
@SpeedTutor 2 дня назад
Haha, you're very welcome! What cutscenes will you be making?
@random_precision_software
@random_precision_software 2 дня назад
I've got a big game that's going to take another 2 years to do, but the kickstart campaign is usually 30 -60 days. Do I'm confused about the time difference?
@SpeedTutor
@SpeedTutor 13 часов назад
Kickstarter can be used to raise money for your development in that case :)
@SpeedTutor
@SpeedTutor 2 дня назад
I've got all the bundles and deals for you but I'll also be creating a video on the big Unity asset store humble bundle that's appeared too! :) 🎁Unity Sale: tinyurl.com/UnitySalesHub 🎁*NEW* Paradise Game Dev Unity Assets Bundle: tinyurl.com/2p874f5t 🎁Get OVER 225+ scripts & projects on my: bit.ly/SpeedTutorPatreon
@SandorClegane-TheHound
@SandorClegane-TheHound 2 дня назад
Shame I have most if not all of this already Some bits I don't have specifically I have other middleware and assets that counter it
@SpeedTutor
@SpeedTutor 2 дня назад
That's a shame but at least you have a lot of it already! :)
@AppMaker728
@AppMaker728 2 дня назад
Dude don't be crying when Unity make you go bankrupt I'm using Godot it's don't care about Unity anymore Godot is free
@SpeedTutor
@SpeedTutor 2 дня назад
Let me know what you think of this asset! 🎁Unity Sale: tinyurl.com/UnitySalesHub 🎁*NEW* Paradise Game Dev Unity Assets Bundle: tinyurl.com/2p874f5t 🎁Get OVER 225+ scripts & projects on my: bit.ly/SpeedTutorPatreon
@mikwns3722
@mikwns3722 2 дня назад
why does my harp scene open black
@SpeedTutor
@SpeedTutor 2 дня назад
URP? :o
@random_precision_software
@random_precision_software 3 дня назад
Hi Matt,i don't suppose you know anything about Kickstarter?
@SpeedTutor
@SpeedTutor 2 дня назад
I've never personally used it for projects myself but what do you want to know?
@marik996
@marik996 3 дня назад
How did you learn to make games and make programs that do this i copied your code word for word and the door works but im just wondering how you got to the point where you know how to do this thanks.
@SpeedTutor
@SpeedTutor 2 дня назад
Just take an idea that you want to do and break those down into small steps. Research how to do them and build up your experience as you go along :)
@marik996
@marik996 2 дня назад
@@SpeedTutor thanks really appreciate the response
@xanderrednaxx
@xanderrednaxx 3 дня назад
Dont forget when they tried to steal a fat stack from big and small developers by charging money per install
@SpeedTutor
@SpeedTutor 2 дня назад
Haha, that's firmly gone now.
@Idiskjsjsjjsjsjsbhshshshsh
@Idiskjsjsjjsjsjsbhshshshsh 4 дня назад
It's telling me that it can't find dotnet, I have it installed.
@GhettoWxzrd
@GhettoWxzrd 4 дня назад
Hey brodie i can almost hear you! Can you whisper a little quieter please?
@SpeedTutor
@SpeedTutor 2 дня назад
You have a problem with the volume?
@PeterMilko
@PeterMilko 4 дня назад
nice
@KxRaw
@KxRaw 5 дней назад
Bro thank you. First concise tutorial I have seen.
@SpeedTutor
@SpeedTutor 5 дней назад
You're very welcome! I hope you're subscribed! :D
@Yoctopory
@Yoctopory 5 дней назад
I need to know if the finally updated their archaic terrain editor (does it allow normal maps now..?), and if they have a system for world streaming.
@gmangman123
@gmangman123 5 дней назад
wooww interesting!
@taoistX
@taoistX 5 дней назад
I think it just the behavior is useful,others has better choice at other AIGC
@DaElfer
@DaElfer 5 дней назад
is it just me or does recorder not do audio playthrough? When I start recording the video it will record audio, but I can't hear anything. which sucks when you are listening for audio cues.
@rogercotton5134
@rogercotton5134 5 дней назад
They should call it 'Input System 2024'.
@nnNothing
@nnNothing 6 дней назад
btw, GPU Residence only work good when Player have Good VGA so for Mobile or Device with Low End GPU, that's make it worse
@kadencore138
@kadencore138 6 дней назад
This is called synthetic selection
@SpeedTutor
@SpeedTutor 6 дней назад
Thanks for your input! :)
@Xadness22
@Xadness22 7 дней назад
Did they remove recorder in 2021 LTS, this unstable useless game engine I am so sick of it!
@SpeedTutor
@SpeedTutor 6 дней назад
I'm not sure about that one but there are some great free alternatives on the asset store :)
@olivername
@olivername 8 дней назад
great video will this work in vr unity
@SpeedTutor
@SpeedTutor 6 дней назад
I don't see why not, just make sure to check how it performs for you :)