Top tips for scripting in Unity 2022 LTS | Tutorial

  Рет қаралды 38,038

Unity

Unity

Күн бұрын

Пікірлер: 55
@vinodakula3824
@vinodakula3824 8 ай бұрын
+1 for conditional breakpoints and assertions. Will definitely start using them.
@inunekonanita
@inunekonanita 8 ай бұрын
Thank you very much for the tips! Very helpful ^-^
@ShiftyTheDev
@ShiftyTheDev 8 ай бұрын
5:15 is so underrated
@SondaPower
@SondaPower 8 ай бұрын
Until you will find out it's not a perfect solution 😅
@dreamcatforgotten8435
@dreamcatforgotten8435 8 ай бұрын
@@SondaPower It only fails if you are using Singletons / mutable Statics religiously, and don't manually reset them when starting the game up again. If neither your code nor your Assets need to refresh from a Domain Reload, keeping Domain Reload unchecked won't have any bad side-effects. I do keep 'Reload Scene' checked so the first Scene loads properly the same way any other scene would.
@amitmoryosef2223
@amitmoryosef2223 8 ай бұрын
TY best timestamp i ever clicked on
@timurradman3999
@timurradman3999 8 ай бұрын
Best tip of all time
@AndreyDeadcow
@AndreyDeadcow 7 ай бұрын
@@KZbinrUser000 "Enter Playmode Options"
@simoncodrington
@simoncodrington 6 ай бұрын
This one was great guys nice work. Having clear and concise videos like this is super handy for everyone
@stas_khavruk
@stas_khavruk 8 ай бұрын
Excuse me, but in video has been mentioned several times: "get more info by link in description", like a C# Code style book, or ObjectPooling tutorial, but there is only a book of 80+ tips and there are no object pool and other mentioned themes...
@yigitcetinkaya8123
@yigitcetinkaya8123 7 ай бұрын
They shared it in the description under this video Scalable art assets - 6 tips for improving workflows | Tutorial or you can find it by searching unity Create a C# style guide on google.
@batnikelam-mavzer443
@batnikelam-mavzer443 6 ай бұрын
Lol unity..
@stas_khavruk
@stas_khavruk 8 ай бұрын
I want to check Unity Test Framework tutorial, but it is missing from vide description, when voice over said to check it below!
@y01cu_yt
@y01cu_yt 8 ай бұрын
Thanks for these pretty tutorials.
@pedroduran8927
@pedroduran8927 8 ай бұрын
Thank you! keep going with those videos!
@lemetamax
@lemetamax 8 ай бұрын
Stuff like this is why I open KZbin everyday
@DevDunkStudio
@DevDunkStudio 8 ай бұрын
Assembly definitions also are a great addition for a good code base and faster editor compilation speeds
@tsomoos
@tsomoos 8 ай бұрын
Super useful tips!
@GameDevASMR
@GameDevASMR 8 ай бұрын
The examples of Muse code showcased are pretty bad and contains errors. In 6:17 for example, first the AddComponent() is not possible because Collider is an abstract class. Then, you're not doubling the size of the right collider because GetComponent() is not retrieving the collider of myObject, so this code is not working and is absolutely not not doing what was wanted. I didn't expect Muse to write working and pretty code (not yet), however I'm sorry but I would expect Unity to verify the code showcased in videos like this one, here it's a miss :/.
@Nomad1108
@Nomad1108 7 ай бұрын
I was about to ask if Muse was better than GPT-4o on code generation, what do you think?
@GameDevASMR
@GameDevASMR 7 ай бұрын
​@@Nomad1108 Sorry I never used Muse myself yet, and GPT very little (only for specific things I'm not comfortable with like Regex). Guess you'll have to try yourself (or maybe search for some reviews online) to have a real opinion.
@senser1o76
@senser1o76 8 ай бұрын
Super actual information thanks a lot unity!!!¡!!!!!!!!!!
@benmols
@benmols 7 ай бұрын
Great tutorial and very informative. Thank you
@GameDevBox
@GameDevBox 8 ай бұрын
Thanks great stuff!
@huudungnguyen5453
@huudungnguyen5453 8 ай бұрын
These tips are very useful
@halivudestevez2
@halivudestevez2 7 ай бұрын
most usefull tips! thank you for this video!
@HansPeter-gx9ew
@HansPeter-gx9ew 8 ай бұрын
great tutorial, this is what we need, thank you!!!
@diablo4ever868
@diablo4ever868 5 ай бұрын
More of this please!
@yugoanzai8197
@yugoanzai8197 5 ай бұрын
Careful when disabling domain and scene reload when entering play mode! There are a lot of moving parts that need to be addressed for this to work correctly
@kaasronald3623
@kaasronald3623 8 ай бұрын
thanks this is awesome. more videos like this.
@metinevrenkurtulus
@metinevrenkurtulus 8 ай бұрын
Has Unity given up on suggesting using assembly definitions? I'm using them but Unity still keeps recompiling everything!
@BlaCKM00n333
@BlaCKM00n333 8 ай бұрын
changing script templates is soooo cool. i want it for years😓
@nuin99
@nuin99 7 ай бұрын
Don't you want reload scene on with domain reolad off?
@tomazznidarko8700
@tomazznidarko8700 8 ай бұрын
Presented by Pete Jepson, he is a very good teacher from the Udemy. I wonder what is his connection with Unity ...
@halivudestevez2
@halivudestevez2 7 ай бұрын
so don't we have to wait for Unity 6 to be able to use Muse?
@SherazAli-l4t
@SherazAli-l4t 8 ай бұрын
What is difference between Assertions and Debug.LogError?
@creativebayo9201
@creativebayo9201 7 ай бұрын
Sorry, I need some help with Unity working with Virtual Studio. When I add a component(script) and head to VS, most of the functions I intend to call don't come up, and as a result, whatever code I write in VS is not usable in Unity. Can anyone help out here? It's urgent!!
@dzitsiuk
@dzitsiuk 8 ай бұрын
You forgot to include the last section (Profiling) in the list of chapters.
@tahazia6340
@tahazia6340 8 ай бұрын
I love E-Book Thanks
@Kashanali-c1y
@Kashanali-c1y 8 ай бұрын
very very useful video
@ErfanUnity
@ErfanUnity 5 ай бұрын
Good
@CyberAngel67
@CyberAngel67 5 ай бұрын
And this goes fully against the Naming Guidelines introduced by Unity some years ago, why say one thing and then say another!! OMG Unity, get your act together!!
@DotNetCookbook
@DotNetCookbook 4 ай бұрын
Taking a "Code style" advice from Unity team is a joke
@Mr3xclamtion
@Mr3xclamtion 4 ай бұрын
3:48 please stop doing this. It's 2024, you shouldn't need to add variable name prefixes...
@KingboxUpdrive-tu6ip
@KingboxUpdrive-tu6ip 8 ай бұрын
Why Unity Pro $2,040.00? Sorry don't buy, The error this wrong Unity Hub.
@pedroduran8927
@pedroduran8927 8 ай бұрын
$2040 / 12 months = $170 usd monthly. the price is correct, that's just how much cost unity pro.
@GameDevBox
@GameDevBox 8 ай бұрын
@@pedroduran8927 also you don't need to buy it, Unity 6 will remove the splash, just buy pro for certain features. I'm sure you don't need them
@KingboxUpdrive-tu6ip
@KingboxUpdrive-tu6ip 8 ай бұрын
Lol like this Unity 6 Pro
@prrithwirajbarman8389
@prrithwirajbarman8389 7 ай бұрын
It's a hugh corporate company now.
@kleioscope
@kleioscope 8 ай бұрын
muse i useless....
@defeatSpace
@defeatSpace 8 ай бұрын
Ponzi Growth Engine
@qwerty6778x
@qwerty6778x 8 ай бұрын
REALLY HELPFUL!!
@makeaddict
@makeaddict 8 ай бұрын
Thanks! So helpful.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
What to Expect During your Game Dev Journey
6:25
SpaceWheelGames
Рет қаралды 77
Unity Code Optimization - Do you know them all?
15:49
Tarodev
Рет қаралды 200 М.
Building Runtime UI with UI Toolkit In Unity
21:35
Game Dev Guide
Рет қаралды 62 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
10 Things You NEED to Be Doing in Unity
11:40
Tarodev
Рет қаралды 137 М.
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 190 М.
SQLc is the perfect tool for those who don't like ORMs
28:11
Dreams of Code
Рет қаралды 112 М.
SIMPLE Tip For Better Unity Game Architecture
12:57
git-amend
Рет қаралды 39 М.
Getting started with networking concepts
22:59
Unity
Рет қаралды 9 М.