Toggle on Button in 60 sec | Unity Tutorial

preview_player
Показать описание
I hope I was able to help you with this video, if that's the case, I would be very happy for a rating and a comment, thank you very much!

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Tutorial : MonoBehaviour
{
public GameObject Inventory;

public void Start()
{
}

public void Switch()
{
else Inventory.SetActive(false);
}
}
Рекомендации по теме
Комментарии
Автор

pls make clicker game market in 60 seconds

kutup
Автор

Could have made the Switch a one liner via " "

jub