IP Address - IPv4 vs IPv6 Tutorial

IP Address - IPv4 vs IPv6 Tutorial

PowerCert Animated Videos

7 лет назад

1,583,105 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Heisenberg0110
@Heisenberg0110 - 14.05.2023 22:56

Excellent Video! 👍

Ответить
@bensalter7997
@bensalter7997 - 24.04.2023 00:55

Sorry for what I did.

Ответить
@shulkersdev4708
@shulkersdev4708 - 14.11.2022 18:55

i mean u make cool but editing = 0

Ответить
@swisschesee9386
@swisschesee9386 - 07.10.2022 19:57

Thanks man! I was going through a lot of tutorials and nothing worked. Until i clicked on this video.

Appreciated the help.

Again thanks man. You made my day a lot better.

:D

Ответить
@emilian_spielt300
@emilian_spielt300 - 07.08.2022 02:17

When i press escape in the game this pops up:"The variable pauseMenuUI of PauseMenu hat not been assigned." why??
This is my Code:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class PauseMenu : MonoBehaviour
{
public bool isPaused = false;
public GameObject pauseMenuUI;






void Update()
{
if (Input.GetKeyDown(KeyCode.Escape))
{
if(isPaused)
{
ResumeGame();
}
else
{
PauseGame();
}
}

}

public void PauseGame()
{
pauseMenuUI.SetActive(true);
Time.timeScale = 0f;
isPaused = true;
}

public void ResumeGame()
{
pauseMenuUI.SetActive(false);
Time.timeScale = 1f;
isPaused = false;
}

}

Ответить
@foolishlue
@foolishlue - 15.01.2022 01:10

in my game, the camera is still moveing but the player is stoped, any fixes?

Ответить
@bensalter7997
@bensalter7997 - 30.05.2021 03:04

Sorry for what i did.

Ответить
@MrOhydro
@MrOhydro - 16.05.2021 02:03

New here

Ответить
@15AFAME
@15AFAME - 10.05.2021 00:20

Another very cool tutorial this week Matt! True the pause menu is something that many of us commonly talk for granted these days, but it's really interesting to see how it's created & implemented in game like this. These videos are incredibly informative & enjoyable to watch each week bud, It'd definitely be great to see how to add more options to the menu too like a save game feature etc. Anyway, I gladly ReShared over on Twitter & dropped a big Like for ya here, cheers!! 😁👍

Ответить
@MeliPlayful-Tengu
@MeliPlayful-Tengu - 09.05.2021 19:14

Somehow I am not following you on here! I use to be. Some little hands playing on my phone may have hit the red follow. I’m sorry. Fixing it now. Also shared this on my community post on here. Hope it helps. And retweeted.

Ответить
@MeliPlayful-Tengu
@MeliPlayful-Tengu - 09.05.2021 19:09

I’m truly impressed. You did great.
I learn so much from you. Thank you for sharing and tagging me.

Ответить

IP Address - IPv4 vs IPv6 Tutorial PowerCert Animated Videos