Creating new Scene

I trying to create new SOlocation & corresponding Scene files.

  1. I create the SO & receive Warning “… no Scene associated to this location”
  2. As I know demanding to add new Scene to “Scene in Build”, but when I try to add Scene file & receive “Unable to access services”
  3. I going to services and receive message “…Unity Project ID not exist…”
    6584059--747745--Services1.JPG
  4. I can only press new link and select only my Unity nickname
  5. And press Create, after that i see different services which I see on Unity Dashboard
  6. And after that I can add new Scene to “Scene in Build” and select this Scene in SOLocation
  7. Also on Unity Dashboard At Devops\Cloud Build\Organization\Projects can see new records:

It’s a bug or feature ?
I didn’t use the Unity Dashboard yet and I doesn’t understand why for working some Editor scripts demanding activation some services for project?
Is It normal for every participant in OpenProject will create own Unity Project ID?
And Is It right for every copy project (sometimes it is required) create separate Unity Project ID?
And why on Dashboard two records (- Open project 1 / - Chop Chop)?

P.S>
The simple way to check your settings before attempt to create new Scene, It’s press CTRL+0 , which open the service window (if it is not already open next to the inspector window),
If you see the list of different Unity services, the script responsible to pooling list scenes from Build setting window will work normally.

I really don’t know how to help. I can add scenes, and I’m sure other people can too (since they have fixed scene-loading related bugs).

You should try to download a fresh copy of the project, in a new folder maybe?

I can also add now, but I’m wrote about demands “activate services” to have possibility to “add scene”.
If You (and other) have always turn on Unity services in all project in this case all will work from begin, but It must noted as the pre requirement?
And interesting how it connected with used scripts in code?

problem not in code of project, problem in special tuning of Unity Editor

P.S>
May problem connected to different version of Unity Client, I’m using the Unit Personal Edition (I think you use other version of client)?

We don’t have any services enabled, as you can see if you go to the Services tab.

That’s why I’m a bit confused…
As I said, other people can add scenes.

I use Professional, but again, I don’t think that makes any difference.

Is anyone else having the same problem?

Yes I see it Now, but before I “Created Unity Project”, I see that

What do you see self?
For testing it’s possible to unlink project

I Tested It.
It’s very interesting :slight_smile: In all guilt is a @cirocontinisio :slight_smile:
In commit

was changed file UOP1_Project\ProjectSettings\ProjectSettings.asset

and now if not change these parameters Services not correctly work, I don’t know why it influenced on Script in “Build Settings”.
Workaround connect to services and create new project ID as I wrote before (It replace these parameters) or You can after that unlink project from services, in that case, these parameters will be set to null and it will work fine also.

The final solution - it’s unlink project from services (if it possible), It update the UOP1_Project\ProjectSettings\ProjectSettings.asset and after that put it to main branch project.

Note. If you change ProjectSettings.asset manually (for testing) don’t forget restart UnityClient, because it connect to services at start and cached data.

P.S>
Created PR #253