Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


handle

A unique identifier for a loaded scene.
Read time 1 minuteLast updated 9 days ago

Definition

public SceneHandle handle { get; }

Remarks

The identifier is only valid for referring to a loaded scene, and is not persistent. The same scene will have different identifiers after being reloaded, and across different engine sessions.
Additional Resources: isLoaded.