9 Visual Scripting Mistakes Beginners Make in Unity

preview_player
Показать описание

Here are a collection of common mistakes I see beginners making in Unity Visual Scripting. I'll walk through better ways to do things as I bake some cupcakes. 🧁😋

0:00 Intro
0:22 1. Don't use "Find"
1:05 2. No Custom Events in Update
1:32 3. Use Parent-Child
3:07 4. Lerp with Timers
4:09 5. Things Can Sort Themselves
7:30 6. Single-responsibility Principle
8:05 7. Reduce Update
8:37 8. Camera Get Main
8:55 9. Don't Instantiate Everything

Music: "Wavy Glass" & "Origami" by Podington Bear
Рекомендации по теме
Комментарии
Автор

thanks for this video, as someone who doesn't have a lot of insight into technical programing stuff I often struggle with small mistakes like these. I was using a bunch of custom events on update because it helped me make my graphs more organized but now i've fixed it

stuart
Автор

Glad to see you back making content! Good stuff and easily some of the best looking tutorials and thumbnails - seriously jealous.

OneWheelStudio
Автор

Just finished your Udemy course on Visual Scripting Ai and this video popped up in my subscription feed.

Great timing and great video 👍🏿

inellly
Автор

wow, this is like a short masterclass. thank you so much. amazing information. I will definitely check out that udemy course.

GetaVe
Автор

I've had this problem when trying to lerp with timer where if I pause the game (setting time scale to 0) while a timer is active said timer wont stop and keep going. because of this i've resorted to using mathf move towards instead. is this a good solution? is math move towards more taxing than timer?

stuart
Автор

Does it affect the overall performance more negatively if I have multiple script machine components on a gameobject (by following the Single-responsibility principle) as opposed to cramp every logic into one script machine?

stoprer
Автор

Hi Do you recommend for me your course as a beginner i want to make mobile games but i heard visual scrpting is too slow :(

hooliganszone
Автор

Why my Inspector isnt showing variables that in the graf of the object?? 🤬🤬🤬

FAKKER_rap
Автор

Visual Scripting make game slow???? if i make full game with just Visual Scripting my game will be realy slow???

tuhinbiswas