Cannot distinguish scenes with the same name.
See original GitHub issueIn some cases, most of asset from asset store provides several example scenes that uses common names such as Main.unity
, SampleScene.unity
, Scene.unity
and Test.unity
. Distinguishing by name of scene might cause malfunction. So my suggestion is to use path to take uniqueness instead of name.
If you don’t mind, I’ll PR this branch. Appreciate.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to differentiate between two people with the same ...
You need to maintain the distinction between the two characters all the time, not just in the one scene they are together.
Read more >Strange bug with renaming the scene
Apparently you can't name certain things to scenes, for example (Splash, Title). If you name a scene like that it will be completly...
Read more >How to identify a characters who's name isn't revealed until ...
Exactly. I think that it's fine to name the character if you have no reason to hide the name. If anything, it's really...
Read more >Alexa Scenes: Scenes with same name from different apps.
1 Answer ... 1) If a customer has 2 scenes with the same name, they cannot control either of them by VUI, alexa...
Read more >[SOLVED] New bug? "Duplicate Scene" has lost the ability ...
Let's say I have a project with a single scene named “My_Scene”. ... And, I cannot specify the name when I perform the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m not a maintainer, but I am the one who commit that feature.
It definitely useful when project contains many assets, so why not.
I have plans to make some settings in Project Settings for this asset, so I think it would be usefull to toggle between scene full path and name.
Thanks. 😄