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

Опубликовано: 29 Сентябрь 2024
на канале: Anni
26,210
986

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!

Full Playlist:    • Data Structures In Game Dev  

Part 1 (Arrays, Lists & Fundamentals): You're here!
Part 2 (HashSets):    • Data Structures For Game Devs: HashSe...  
Part 3 (Dictionaries):    • Data Structures For Game Devs: Dictio...  
Part 4 (Queues & Stacks):    • Data Structures For Game Devs: Queues...  

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

Say hi:   / anniisgame  

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