100+ AWESOME FREE Unity Assets (September 2024 - Asset Store)

  Рет қаралды 5,806

SpeedTutor

SpeedTutor

Күн бұрын

Пікірлер
@SpeedTutor
@SpeedTutor 5 ай бұрын
Another month of awesome assets, all the links are in the description - So you know where everything is! :D Let me know if any assets are good for you. 🎁Unity Summer Sale: tinyurl.com/UnitySalesHub 🎁*NEW* $5000 Unity Environment Bundle: gumroad.com/a/813714451/uhewu (50% OFF Using Code: HV50) 🎁Get OVER 225+ scripts & projects on my: bit.ly/SpeedTutorPatreon
@ivancarranza2473
@ivancarranza2473 4 ай бұрын
Thank you sir. It's like x-mas in September. Some of them look really good, I downloaded the Surroundead sample pack and I love that style. I am tempted to buy their 4 pack Bundle, for now I just added to my Faves and see if there is sale before the end of the year. Street props look good too, the Animations and some of the Music samplers are great too. Thanks again!!!
@SpeedTutor
@SpeedTutor 4 ай бұрын
Thanks Ivan, I'm glad you find them useful. I do actually have the Surroundead bundle because I really like the style!
@Scalpelboy444
@Scalpelboy444 5 ай бұрын
thanks for the updates on free assets speedtutor, youre the best
@SpeedTutor
@SpeedTutor 5 ай бұрын
You're very welcome, my friend :)
@MatthewGuzz
@MatthewGuzz 4 ай бұрын
Thank you very much for putting my asset in the video!! Nice video! Good job.
@SpeedTutor
@SpeedTutor 4 ай бұрын
You're very welcome! Which one is your asset?
@MatthewGuzz
@MatthewGuzz 4 ай бұрын
@@SpeedTutor Orbs Effects in 4:16
@SpeedTutor
@SpeedTutor 4 ай бұрын
Awesome, thanks for sharing! :)
@UTTheLaw
@UTTheLaw 5 ай бұрын
Great list, thank-you! I had to grab the volumetric lights and UniPool! A grabbed animancer pro a while back and love it. It's brilliant! Haven't really used it as much as I thought just yet, but its a great tool to have!
@SpeedTutor
@SpeedTutor 5 ай бұрын
Oh amazing, what does it help you do?
@gmangman123
@gmangman123 5 ай бұрын
Thx for free assets my friend.
@SpeedTutor
@SpeedTutor 5 ай бұрын
You're very welcome, anything you like?
@gmangman123
@gmangman123 5 ай бұрын
@@SpeedTutor There are some great assets, but I wanted to mention something else. I watched a tutorial on the StaminaController and applied it to my own FPS character, and it worked. However, when I implemented the save-load system, it doesn't allow the player's last position to change. I think there might be something in the script that keeps the player fixed in place. I fixed it like that: using System.Collections; using System.Collections.Generic; using UnityEngine; public class SaveLoad : MonoBehaviour { public float x, y, z; private void Update() { if (Input.GetKeyDown(KeyCode.F5)) { Save(); } if (Input.GetKeyDown(KeyCode.F8)) { Load(); } } public void Save() { x = transform.position.x; y = transform.position.y; z = transform.position.z; PlayerPrefs.SetFloat("x", x); PlayerPrefs.SetFloat("y", y); PlayerPrefs.SetFloat("z", z); } public void Load() { x = PlayerPrefs.GetFloat("x"); y = PlayerPrefs.GetFloat("y"); z = PlayerPrefs.GetFloat("z"); Vector3 Loadposition = new Vector3(x, y, z); // Position'ı doğrudan değiştirme CharacterController controller = GetComponent(); controller.enabled = false; // Karakter kontrolcüyü devre dışı bırak transform.position = Loadposition; controller.enabled = true; // Karakter kontrolcüyü tekrar etkinleştir } }
@gmangman123
@gmangman123 5 ай бұрын
@@SpeedTutor using System.Collections; using System.Collections.Generic; using UnityEngine; public class SaveLoad : MonoBehaviour { public float x, y, z; private void Update() { if (Input.GetKeyDown(KeyCode.F5)) { Save(); } if (Input.GetKeyDown(KeyCode.F8)) { Load(); } } public void Save() { x = transform.position.x; y = transform.position.y; z = transform.position.z; PlayerPrefs.SetFloat("x", x); PlayerPrefs.SetFloat("y", y); PlayerPrefs.SetFloat("z", z); } public void Load() { x = PlayerPrefs.GetFloat("x"); y = PlayerPrefs.GetFloat("y"); z = PlayerPrefs.GetFloat("z"); Vector3 Loadposition = new Vector3(x, y, z); // Position'ı doğrudan değiştirme CharacterController controller = GetComponent(); controller.enabled = false; // Karakter kontrolcüyü devre dışı bırak transform.position = Loadposition; controller.enabled = true; // Karakter kontrolcüyü tekrar etkinleştir } }
@beardordie5308
@beardordie5308 5 ай бұрын
You feed my habit so good
@SpeedTutor
@SpeedTutor 5 ай бұрын
Haha, what habit is that?
@beardordie5308
@beardordie5308 5 ай бұрын
@@SpeedTutor grabbing new assets and never actually using them
@SpeedTutor
@SpeedTutor 5 ай бұрын
Haha, we all do it! :D
@H1D3_15
@H1D3_15 5 ай бұрын
what's the name of the top-down shooter I want more info
@TerminalJack505
@TerminalJack505 5 ай бұрын
TopDown Engine by More Mountains.
@SpeedTutor
@SpeedTutor 5 ай бұрын
Thanks for doing my job for me :)
100+ AWESOME FREE Unity Assets (August 2024 - Asset Store)
5:42
6 Years of Learning Game Development
17:20
Cobra Code
Рет қаралды 309 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
160+ INSANE FREE Unity Assets (June 2024 - Asset Store)
5:44
SpeedTutor
Рет қаралды 8 М.
105+ AWESOME FREE Unity Assets (November 2024 - Asset Store)
5:05
Starting My Dream Game In Unity... With Almost No Experience 💀
23:11
10 Best FREE Unity Assets for Game Developers
7:14
TapHub Games
Рет қаралды 56 М.
100+ AWESOME FREE Unity Assets (October 2024 - Asset Store)
5:56
TOP 10 NEW Systems and Tools OCTOBER 2024! | Unity Asset Store
8:35
Top 14 Free Asset Websites for Game Developers!
5:32
Code With Ro
Рет қаралды 14 М.
Stylize Your Game With This SIMPLE ASSET (Unity Asset Store)
7:23
choosing a game engine is easy, actually
15:08
samyam
Рет қаралды 694 М.
100 DEVS Make a GAME without COMMUNICATING! (1-25)
17:14
Blackthornprod
Рет қаралды 2,2 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН