Game data script unity

play_arrow
111 тыс
3 тыс

15:44

How to get a variable from another script in Unity (the right way)

How to get a variable from another script in Unity (the right way)

Game Dev Beginner

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 ...

play_arrow
198 тыс
5 тыс

5:12

Better Data with Scriptable Objects in Unity! (Tutorial)

Better Data with Scriptable Objects in Unity! (Tutorial)

Unity

In this video, we are going to show you how to use Scriptable Objects to manage your data in Unity. Download the Unity Royale ...

play_arrow
114 тыс
2 тыс

9:40

HOW TO ACCESS DATA FROM ANOTHER SCRIPT 🎮 | Get Data From Other Scripts In Unity | Unity Tutorial

HOW TO ACCESS DATA FROM ANOTHER SCRIPT 🎮 | Get Data From Other Scripts In Unity | Unity Tutorial

Dani Krossing

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 ...

play_arrow
2 тыс
83

8:06

Unity Scriptable Objects Tutorial: Organize Your Game Data Like a Pro

Unity Scriptable Objects Tutorial: Organize Your Game Data Like a Pro

Fist Full of Shrimp

Discover how ScriptableObjects can transform your Unity 6 workflow and save hours of development time! This tutorial shows you ...

play_arrow
104 тыс
2 тыс

0:47

[Quick Tutorial] How to access Variables from another script - Unity

[Quick Tutorial] How to access Variables from another script - Unity

1Min Unity Tutorials

... 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 ...

play_arrow
850
33

7:58

How to SAVE and LOAD Game Data in Unity 6 (Tutorial 2025)

How to SAVE and LOAD Game Data in Unity 6 (Tutorial 2025)

JD Dev

In this video you will learn how to save and load game data in unity 6 :D ______ My equipment ______ My keyboard*: ...

play_arrow
18 тыс
343

3:29

How to Transfer Data Between Scenes in Unity (Simple)

How to Transfer Data Between Scenes in Unity (Simple)

Max O'Didily

How to Transfer Data Between Scenes in Unity (Simple) Greetings, in this quick Unity tutorial we shall be looking at how to ...

play_arrow
61 тыс
1 тыс

2:11

How to pass variables between scenes in Unity? [1]

How to pass variables between scenes in Unity? [1]

Coco Code

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 ...

play_arrow
225 тыс
6 тыс

26:56

How to make a Save & Load System in Unity

How to make a Save & Load System in Unity

Shaped by Rain Studios

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 ...

play_arrow
206 тыс
10 тыс

0:15

Make a Unity 2D Camera Follow Player in 15 seconds

Make a Unity 2D Camera Follow Player in 15 seconds

AIA

In this 15 second Unity tutorial, we cover how to make a unity 2d camera follow player. ▻ Socials Twitter: ...

play_arrow
69 тыс
3 тыс

9:50

The Most Fundamental Concept in Unity

The Most Fundamental Concept in Unity

Archions

The only Unity tutorial you need. Take a shot every time I say 'ball'

play_arrow
247 тыс
14 тыс

22:23

20 Advanced Coding Tips For Big Unity Projects

20 Advanced Coding Tips For Big Unity Projects

Tesseract

End spaghetti code! Learn the tools you need to write scalable, well-structured, clean code. So many game developers are forced ...

play_arrow
58 тыс
775

4:50

C# DataTypes in Unity! - Beginner Scripting Tutorial

C# DataTypes in Unity! - Beginner Scripting Tutorial

Unity

Learn the important differences between Value and Reference data types, in order to better understand how variables work.

play_arrow
14 тыс
777

6:14

Data Structures For Game Devs: HashSets | Unity Tutorial (Part 2)

Data Structures For Game Devs: HashSets | Unity Tutorial (Part 2)

Anni

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 ...

play_arrow
29 тыс
816

28:39

Saving Game Data in Unity

Saving Game Data in Unity

gamesplusjames

Learn how to save date in your games in Unity 2019.3! Get the starter project files at ...

play_arrow
4 тыс
40

11:31

Share data between scripts in Unity | Like a PRO

Share data between scripts in Unity | Like a PRO

GMGStudio

Sharing information between scripts in Unity is needed for everything. You can't develop a game in Unity without sharing data ...

play_arrow
108 тыс
3 тыс

6:56

Unity - How To Save Game / Data [PlayerPrefs]

Unity - How To Save Game / Data [PlayerPrefs]

Press Start

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 ...

play_arrow
628
21

0:35

Unity Save Data In YOUR GAME!

Unity Save Data In YOUR GAME!

Freedom Coding

Player prefs tutorial - https://youtu.be/3XHUQyFHr3w JSON save tutorial - https://youtu.be/0KDU_SzrCkA.

play_arrow
4 тыс
41

6:24

C# Lesson: How To Save & Load Game Data on a Local Device  [Intermediate Tutorial - Unity 2019]

C# Lesson: How To Save & Load Game Data on a Local Device [Intermediate Tutorial - Unity 2019]

OXMOND Tech

Save data like username and score on a local device using PlayerPrefs. You can save strings, integers and floats. A basic ...