unity scene name get

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

public class GetSceneName : MonoBehavior {

	Scene m_Scene;
	string sceneName;

	private void Start() {
   		m_Scene = SceneManager.GetActiveScene();
   		sceneName = m_Scene.name;
 	}
}

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to get the name of a scene in unity how to get scene by name in unity how to get the scene name in unity check current scene name unity unity gameObject.scene.name unity load scene by name unity get all scene names unity get scene name by path unity name of all scene unity get scene name scenemanager unity get object in scene by name get scene name get gameobject from scene unity by name unity check current scene name unity find gameobject with name in scene unity check name of current scene how to get a different scene name in unity how to get a scene name in unity get name scene unity get the name current scene name getting a scene name unity unity scenemanager get scene name unity how to get scene name how to get current scene name in unity how to get name of current scene in unity how to get this scene's name in unity c# unity scene manager get current scene check name of scene unity editor get current scene name get scene unity unity find a scene with its name unity get a scene component with its name unity get a scene with its name unity how to find a scene by name unity get scene how to get the name of the current scene in unity how to get the this in script scene in unity how to get current scene unity unity get name of scene unity how to get current scene name unity get scene by name unity scenemanager get current scene unity scenemanger . get active scene unity compare scene getcomponent by name unity hwo to get the name of the current scene in unity how to get the name of a gameobject in unity get name of current scene unity unity getactive scene c# unity getactive scene set scene unity if currence scene is unity check scene name unity unity get current scence active how to check active scene in unity get a scenes name c# get scene name c# if scene name contains current scene name unity unity go to scene by name how to get scene name unity unity scene name unity scenemanager current scene scene manager how to get the current scene sceneManager unity get current scene name unity get scence by name get a scene by name unity how to get the secene name as a variable c# how to get the secene name as a variable how to get scene name in unity unity get loaded scene name unity get name of active scene unity scenemanagement get open scene unity c# current scene name SceneManager get current scene unity scene detect active scene via script Get Current Scene unity string GetCurrentScene unity string actual scene unitgy unity check scene name unity check current scene how to check scene name in unity unity get name of current scene unity get current scene nmame scene by name unity current scene unity compare scene name to an text unity store SceneName how to get scenen name unity unity how to get current scene unity scenemanager current scene name unity scenemanger scene name unity current scene get unity go to scene by it name unity go to scene by title gamemanagement.getcurrentscene.name unity c script get active scene unity unity how to reference the current scene name how to get the current scene in unity get Curetnt scene in unity hot to get the name of the current scene unity unity getactivescene to string get topmost scene unity unity check if scene is active active scene unity sceneManager.GetActiveScene().name to string unity get current scene name dsiplay scene name unity scene name unity unity if scene name is get scene name unity c# current scene unity unity get active scene get name of scene unity get current scene name unity is there a way to get current scene in unity how to get current scene name unity unity get the name of the current scene get current scene unity unity get scene name unity get current scene how to get currentscene unity unity get current scene not working currentscreen based on scene unity unity current scene name unity get scen name get unity scene name get scene by name unity get scene name unity
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source