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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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: ...
18:20
···················································································· ♥ Subscribe: http://bit.ly/1kMekJV ○ Website: http://brackeys.com/ ○ Facebook: ...
0:48
How to access a variable from another script in unity
game #unity #unity3d #unitytutorials #programming.
8:07
Basic Saving and Loading in Unity with PlayerPrefs
Playerprefs lets you save strings/floats/ints in key-value pairs, and is nice because it comes right out of the box with Unity without ...
8:27
Be CAREFUL with Scriptable Objects!
Scriptable Objects are an excellent Unity feature, they let you store data in discrete files, super useful for defining things like ...
15:36
Connecting scripts on the same object in Unity
Learn how to connect scripts and systems together on the same object in Unity. 00:00 Intro 00:47 What's the problem? 03:18 Step ...
14:09
Object References in Unity - How to Communicate Between Scripts
PSA: The "Unit" class is a simple class I created to represent a unit in my game. It's NOT an inbuilt class. Sorry for the confusion.
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 ...
23:47
Saving Data in Unity: ScriptableObjects
In this video, we look at ScriptableObjects, a useful in-Editor tool for saving game component data. We'll look at pros and cons, ...
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 ...
28:39
Learn how to save date in your games in Unity 2019.3! Get the starter project files at ...