Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: CLI build command (WIP) #175

Draft
wants to merge 9 commits into
base: development
Choose a base branch
from

Conversation

brmassa
Copy link
Contributor

@brmassa brmassa commented Sep 17, 2024

#151

Build your app using the command line prowl build --project <PATH>. It will invoke the build pipeline.

Relevant changes:

  • Program.cs: BuildCommand to prepare and invoke the build pipeline
  • ConsoleWindown and Debug: allowing colored messages on build
  • ScriptableSingleton.cs: allow to parse FilePathAttribute.Location.EditorSetting when not using the Editor
  • Miscelaneous code style changes

@brmassa
Copy link
Contributor Author

brmassa commented Sep 17, 2024

Currently, is failing to load the Scenes from BuildProjectSetting.Instance.Scenes. It tries to call the AssetRef, them try to ready it's .Res, which does not have GUID so it instanciate an empty Scene.

the most important method of this MR is Program.BuildCommand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant