Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity load current scene

SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex);
Comment

unity get current scene

using UnityEngine.SceneManagement;
SceneManager.GetActiveScene().name;
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity scene load 
Csharp :: get appdata file path c# 
Csharp :: hello world program in c# 
Csharp :: get current computer name C# 
Csharp :: c# char input 
Csharp :: asp.net validate web.config 
Csharp :: c# check if type implements interface 
Csharp :: c# getasynckeystate mouse 
Csharp :: check dotnet version command line 
Csharp :: check if string is email c# 
Csharp :: how to make a resizable window in monogame 
Csharp :: get mouse position unity 
Csharp :: how to detect collision in unity 
Csharp :: movement script c# 
Csharp :: using variables from other procedures C# 
Csharp :: c# windows grab screenshot 
Csharp :: C# get all child classes of a class 
Csharp :: how to do a foreach loop in c# for dictionary 
Csharp :: c# put string to clipboard 
Csharp :: c# output double with precision 
Csharp :: c# base64 decode 
Csharp :: button color uwp c# 
Csharp :: c# absolute value 
Csharp :: c# run c# code from string 
Csharp :: how to change the extension of a file C# 
Csharp :: c# map number range 
Csharp :: how to make a button open window in wpf 
Csharp :: unity move character 
Csharp :: c# array last element 
Csharp :: Exit string qoutes c# 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =