Truly OP wow I didnt even know this existed ... never seen any other video on it thank you sir !
@cemeterygate5 ай бұрын
Really fascinating stuff that I had never heard of.
@RoboticDev5 ай бұрын
So these are mostly for debugging? they look like an equal to branch combined with a print string node. Am I missing something?
@polysiens5 ай бұрын
Essentially, the end goal of asserts is to catch errors, so they help a lot with debugging, especially for multiplayer. A difference between catching a bug can be a 5 min fix or hours of testing, trying to figure out what even the issue is. If you are not ensuring your code is doing what you want it to do or creating fail safes when stuff goes wrong, you are hurting yourself down the road, the project becomes a buggy mess after some time and usually people just give up on their project.