Hi, would it be possible to include int UnityEngine.SceneManagement.Scene object also guid of the SceneAsset that it correspond to? Now we have path which is very nice. We are working on SceneManager and need to identify each scene as they correspond to SceneAsset. So if you are able to also add guid to Scene object it would be very helpful.
Thanks, Marek.
1 Like
Please can you add string guid to built Scene object.
UnityEngine.SceneManagement.Scene.guid = SceneAsset.guid.ToString();
It should be simple enough. Just add into scene string guid; and where you set Scene.path on the same place set Scene.guid.
Please.
M.
1 Like
PLEASE
1 Like
You don’t request things at the forums but at the feedback site from where it might get evaluated and prioritized.