Тёмный
No video :(

Guess the Number Unity 3D (Part 1) 

Lecture Notes of Information Technology
Подписаться 770
Просмотров 138
50% 1

Опубликовано:

 

17 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2   
@LYTsVLOG
@LYTsVLOG Год назад
using UnityEngine; using UnityEngine.UI; using TMPro; TMP_InputField myInputField; public class GameController : MonoBehaviour { [SerializeField] private myInputField input; void Awake() { input = GameObject.Find("myInputField").GetComponent(); myInputField.interactable = true; } public void GetInput(string guess) { Debug.Log("You have typed " + guess); input.text = ""; } }
@LYTsVLOG
@LYTsVLOG Год назад
please help me, I don't have an ordinary TMP_InputField, that only I didn't do nothing, it doesn't work ((
Далее
The Clever Way to Count Tanks - Numberphile
16:45
Просмотров 939 тыс.
Х..евый доктор 😂
00:15
Просмотров 249 тыс.
Unity UI Tutorial | An introduction
28:21
Просмотров 222 тыс.
What are AI Agents?
12:29
Просмотров 156 тыс.
TCP/IP Protocol
47:17
Просмотров 188
I forced EVERYONE to use Linux
22:59
Просмотров 365 тыс.
Unreal Engine Materials in 6 Levels of Complexity
44:12
What you need to know about the Story in Satisfactory
6:33
How to make Tetris in Unity (Complete Tutorial) 🧩🧱
1:57:39