Nicolas Musset
Nicolas Musset
For the current build issue, it seems to be related to #2291 (@Doprez) since we have this exact error message in the logs: "we currently do not handle these. This...
It doesn't seem like the projects actually fail to build, it does show errors in the logs but I saw the .exe were generated properly, following the steps I described...
I'm a bit sick at the moment so I can't build locally. Let me ask a few questions instead. Did you check if it had any impacts when selecting entities...
Be aware that renaming makes it a breaking change, so this branch cannot be merged until we reach the next major update of Stride.
> Moved picking and input handling out of UIRenderFeature and in to UISystem, this means it now happens in the Update loop instead of the Draw loop. What's the rationale?...
Ok so no particular reason to move the code just a feeling. Well there is good reason to do the picking in the rendering loop, that's because it involves the...
@rprimora this code doesn't seem to work when a window is "unmaximized". When that happens, it still goes to the first branch and saves the size of the maximized window...
LGTM. Just FYI `git mv` doesn't change in any way how files are renamed. It's just a nice wrapper that stages the file after renaming it.
The last change is failing the build. Is it necessary?
There is something called technical debts. Until now, the editor was only working on Windows. As such, some design decisions did not take into account the fact that other systems...