Figure out if the editor is just like any other project or if it needs a different kind of structure.
It will have a lot in common with a 'normal' project, some examples:
Editor has its own "Content" which probably also needs to be build by the builder.
Editor needs the native libs which the builder can now also copy over.
(Remove CopyLibs.targets once this is done)
Setup the editor so we can start building stuff.
Figure out if the editor is just like any other project or if it needs a different kind of structure.
It will have a lot in common with a 'normal' project, some examples:
- Editor has its own "Content" which probably also needs to be build by the builder.
- Editor needs the native libs which the builder can now also copy over.
(Remove CopyLibs.targets once this is done)
robert
added this to the Nerfed Engine project 2024-07-11 23:51:36 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Setup the editor so we can start building stuff.
Figure out if the editor is just like any other project or if it needs a different kind of structure.
It will have a lot in common with a 'normal' project, some examples:
(Remove CopyLibs.targets once this is done)