Data Structures For Game Devs: Arrays vs. Lists | Unity Tutorial (Part 1)

preview_player
Показать описание
This video covers fundamentals on C# collections, Lists and Arrays. It's part of a guide/tutorial series on data structures for Unity game developers, with lots of examples and a focus on using them to make your dev life easier!

Part 1 (Arrays, Lists & Fundamentals): You're here!

These are my first tutorial-style videos on the channel, so let me know what you think!

Gameplay:
- Deep Rock Galactic
- Islanders
- Cyberpunk 2077
- Hollow Knight
- On Track (My own little game, there are devlog videos on the channel!)

Chapters:
0:00 Intro
0:19 What This Guide Is & Is Not
0:43 Data Structures? Why?
1:37 C# Generics
2:36 Array
3:13 Array - Abstract Base Class
3:53 Array - Pros & Cons
5:00 List
5:11 List - Internals
5:45 List - Pros & Cons
6:08 List - Code & Examples
7:28 Upcoming Parts
Рекомендации по теме
Комментарии
Автор

Awesome series! :) Great for people like me who code as follows: ctrl+c, ctrl+v

Pontypants
Автор

As somebody with very little coding experience, this guide made it really easy to digest the definitions and usages. Thank you so much!

SomeKrnDude
Автор

3 Years late but this helped me alot, thank you, very easy to understand

vergilrose
Автор

Very good video, the rookie programmer feels that he has learned very much, thank you for sharing and giving your time!

ari
Автор

i like how you skipped the cientific part (0:50) to tell us in a better way with visuals, very nice video!

tPlayerioT
Автор

This is an excellent video for beginners in data structures. Thank you very much for making it. A year is too late for praise but have a heap of it anyway.

bluecarrotrm
Автор

gosh this is an amazing tutorial, thank you so much for making this!

AndrewGiacomoPinnical
Автор

Wow, this is the best tutorial I have seen in this topic! Thank you so much!

Karl_
Автор

Great masterclass, you’ve got the perfect mix of edutainment going here. Good work!

NamidaSai
Автор

Nice and helpful for my own endeavors. Thank you. Also, very smart creating content to educate, which brings lots of new traffic and also incorporate your own game in there too. Keen for more!

paypercutts
Автор

thanks for simple explaining i think we need more of these :D

bigofbig
Автор

exactly what i was looking for thanks!!

danielgalli
Автор

Thanks for the awesome series Anni. U got a subscriber. 😀👍🏻

Aye_Sid
Автор

Brilliantly explained! I rarely find myself using arrays these days

Skeffles
Автор

Thank you! Very understandable and entertaining!

happytofu
Автор

I need to click on the button and create a public list that will be displayed in the inspector. Please help me!🙏🙏🙏

lora
Автор

Yo you are great teacher. But I'm little dumb for programming. Great video. 👍

zigglyDev
Автор

Hello .. from now i will follow your video because it is awesome
Love from India🇮🇳🇮🇳

DanceDarkCore
Автор

Hey Anni, nice video, thanks for sharing. I want to know how can i get the layer order value of the last element in a List ? Thanks 😊

TREXYT
Автор

i need help,
i have a situation that i am creating different lvls in same scene, that is i disable lvl 1 object from the hierarchy and enable in same position second lvl, and player after player collide with finish line it came back to starting position in lvl 2 .
but i cant disable and enable objects after collison except 2 lvls
and 3 lvl is not opening, i tired with loop and arrays but not working.

kayPlayz.