SplitScript reference / UnityScene / address
UnityScene.address
field
UnityScene.address: address
Native address from which this scene snapshot was read.
The address is retained for advanced native Unity reads. The other fields remain valid even if this address becomes unreadable later.
Examples
Inspect a scene's native identity
whileAttached {
debug print(current.scene.address)
}