Game data script unity

play_arrow
108 тыс
2 тыс

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
113 тыс
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
4 тыс
39

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
103 тыс
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
16 тыс
314

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
194 тыс
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
904
55

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
218 тыс
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
14 тыс
768

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
194 тыс
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
1 млн
38 тыс

18:20

SAVE & LOAD SYSTEM in Unity

SAVE & LOAD SYSTEM in Unity

Brackeys

···················································································· ♥ Subscribe: http://bit.ly/1kMekJV ○ Website: http://brackeys.com/ ○ Facebook: ...

play_arrow
49 тыс
1 тыс

8:07

Basic Saving and Loading in Unity with PlayerPrefs

Basic Saving and Loading in Unity with PlayerPrefs

BMo

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

play_arrow
90 тыс
3 тыс

8:27

Be CAREFUL with Scriptable Objects!

Be CAREFUL with Scriptable Objects!

Code Monkey

Scriptable Objects are an excellent Unity feature, they let you store data in discrete files, super useful for defining things like ...

play_arrow
14 тыс
844

15:36

Connecting scripts on the same object in Unity

Connecting scripts on the same object in Unity

Game Dev Beginner

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

play_arrow
124 тыс
6 тыс

14:09

Object References in Unity - How to Communicate Between Scripts

Object References in Unity - How to Communicate Between Scripts

Tarodev

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.

play_arrow
230 тыс
13 тыс

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
85 тыс
1 тыс

23:47

Saving Data in Unity: ScriptableObjects

Saving Data in Unity: ScriptableObjects

Board To Bits Games

In this video, we look at ScriptableObjects, a useful in-Editor tool for saving game component data. We'll look at pros and cons, ...

play_arrow
4 тыс
40

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

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