EvergineTeam / Feedback

Feedback, feature requests, and bug reports for Evergine.
https://evergine.com
14 stars 1 forks source link

Define a custom project structure #126

Open LeNitrous opened 2 years ago

LeNitrous commented 2 years ago

Based on the documentation on this link, it says that it is possible to define a custom project structure and only requires that profile solutions build properly.

The structure below will still run as intended however building this in editor will always fail because for a "Windows" profile, it will look for MyEvergineProject.Windows in the root directory when it is actually nested inside src/desktop/.

src/
├─ core/
│  ├─ MyEvergineProject/
│  ├─ MyEvergineProject.Editor/
├─ desktop/
│  ├─ MyEvergineProject.Windows/
│  ├─ MyEvergineProject.Linux/
│  ├─ MyEvergineProject.MacOS/
├─ mobile/
│  ├─ MyEvergineProject.Android/
│  ├─ MyEvergineProject.IOS/
MyEvergineProject.sln
MyEvergineProject.weproj

How would I make it so I am able to point it at the correct directory?

emepetres commented 2 years ago

@LeNitrous thank you for your report, we are looking into it.