Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Wait
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class wait : MonoBehaviour { public float wait_time - 5f; void Start() { StartConoutine(Wait_for_Intro()); } IEnumerator Wait_for_Intro() { yield return new WaitForSeconds(wait_time); SceneManager.Loadscene(1); } }
run
|
edit
|
history
|
help
0
stackoverflow_25444818
A
Math 10.93 added fracOp
Date Comparison
shut down
hamming distance
/*Dizide bulunan sayıların en büyük iki ve en küçük ikisini bulma*/
Lesson 2-2
Print("This is a Test")
Examples of JS-Like higher-order functions in C#