I had a look at it, and while it looks good on the surface, I found a lot of issues with it.
I suppose it feels exactly like what it is, unfinished.
It does not build from source, there are several issues waiting to be fixed by somebody, even the build log on the website shows multiple targets do not build.
The editor is fine, if that is what you want. I want code that compiles and only want editors for things that are a pain to do in code.
It has a lot of nice rendering features I would love to look at. Sadly the way it has been written makes finding code that actually does something tedious.
This is an artifact of the fact they wanted to support multiple graphics API’s and target platforms so they had to abstract things a lot. I don’t think they have done a bad job of that, it’s just that I would have to spend a lot of time learning how the abstraction worked if I was going to use Xenko.
From what I can see, it looks like they have chosen to use some external libraries that have changed.
Asssimp is the prime suspect.
This ends up killing a lot of projects
I would be cautious using it, I don’t know if it is actively under development. If it is, I may be interested in helping as long as I get to add the things I need to make it useful
However if you are attracted by the editor and all the tools, just get UE4 or unity. You know they are updated constantly.
Monogame is a totally different thing, you don’t get a Monogame scene editor because it is not a game engine.
102>CSC : error CS0006: Metadata file ‘C:\GitHub\xenko\sources\engine\Xenko.Assets.Models\bin\Debug\net472\Xenko.Assets.Models.dll’ could not be found
102>CSC : error CS0006: Metadata file ‘C:\GitHub\xenko\sources\editor\Xenko.Assets.Presentation\bin\Debug\net472\Xenko.Assets.Presentation.dll’ could not be found
102>CSC : error CS0006: Metadata file ‘C:\GitHub\xenko\sources\assets\Xenko.Core.Assets.CompilerApp\bin\Debug\net472\Xenko.Core.Assets.CompilerApp.exe’ could not be found
102>CSC : error CS0006: Metadata file ‘C:\GitHub\xenko\sources\editor\Xenko.Editor\bin\Debug\net472\Xenko.Editor.dll’ could not be found