15:44
How to get a variable from another script in Unity (the right way)
Learn how to get a variable from another script in Unity, without making a mess of your project. 00:00 Intro 00:37 Creating a ...
5:12
Better Data with Scriptable Objects in Unity! (Tutorial)
In this video, we are going to show you how to use Scriptable Objects to manage your data in Unity. Download the Unity Royale ...
9:40
HOW TO ACCESS DATA FROM ANOTHER SCRIPT 🎮 | Get Data From Other Scripts In Unity | Unity Tutorial
Hi everyone! Today I will show how to access data from another script in Unity. This is something a lot of people don't know ...
8:06
Unity Scriptable Objects Tutorial: Organize Your Game Data Like a Pro
Discover how ScriptableObjects can transform your Unity 6 workflow and save hours of development time! This tutorial shows you ...
0:47
[Quick Tutorial] How to access Variables from another script - Unity
... I would type in public value saber script in order to call upon my first script that after doing that I would go to my unity and you go ...
7:58
How to SAVE and LOAD Game Data in Unity 6 (Tutorial 2025)
In this video you will learn how to save and load game data in unity 6 :D ______ My equipment ______ My keyboard*: ...
3:29
How to Transfer Data Between Scenes in Unity (Simple)
How to Transfer Data Between Scenes in Unity (Simple) Greetings, in this quick Unity tutorial we shall be looking at how to ...
2:11
How to pass variables between scenes in Unity? [1]
This quick tutorial I'll show you how to pass and transfer variables between scenes in Unity. This is a first episode of such quick ...
26:56
How to make a Save & Load System in Unity
In this video, I show how to make a Save and Load system in Unity that will work for any type of game. We'll save the data to a file ...
0:15
Make a Unity 2D Camera Follow Player in 15 seconds
In this 15 second Unity tutorial, we cover how to make a unity 2d camera follow player. ▻ Socials Twitter: ...
9:50
The Most Fundamental Concept in Unity
The only Unity tutorial you need. Take a shot every time I say 'ball'
22:23
20 Advanced Coding Tips For Big Unity Projects
End spaghetti code! Learn the tools you need to write scalable, well-structured, clean code. So many game developers are forced ...
4:50
C# DataTypes in Unity! - Beginner Scripting Tutorial
Learn the important differences between Value and Reference data types, in order to better understand how variables work.
6:14
Data Structures For Game Devs: HashSets | Unity Tutorial (Part 2)
This video teaches you all about C# HashSets for your Unity game. It's part of a guide/tutorial series on data structures for Unity ...
28:39
Learn how to save date in your games in Unity 2019.3! Get the starter project files at ...
11:31
Share data between scripts in Unity | Like a PRO
Sharing information between scripts in Unity is needed for everything. You can't develop a game in Unity without sharing data ...
6:56
Unity - How To Save Game / Data [PlayerPrefs]
You will learn how to: Store a String Store a Integer Store a Float and how to: Retrieve a String Retrieve a Integer Retrieve a Float ...
0:35
Player prefs tutorial - https://youtu.be/3XHUQyFHr3w JSON save tutorial - https://youtu.be/0KDU_SzrCkA.
6:24
C# Lesson: How To Save & Load Game Data on a Local Device [Intermediate Tutorial - Unity 2019]
Save data like username and score on a local device using PlayerPrefs. You can save strings, integers and floats. A basic ...