NaXzyu / Dialogos

Dialogos: Pioneering Interactive Narratives and Language Proficiency with Enhanced AI in Unity
MIT License
3 stars 1 forks source link

Implement Scriptable Build Pipeline and CommandTerminal Build Commands #7

Open p3nGu1nZz opened 5 months ago

p3nGu1nZz commented 5 months ago

Background

To streamline our game development process, we need to implement a scriptable build pipeline that allows for automated builds into specified directories. This will enable us to build the game from within the game's runtime environment or through command-line arguments.

Feature Request

Use Case

This feature will be particularly useful for automating the build process for different environments or for creating builds that include user-generated content. It will also allow developers to initiate builds directly from the game's command terminal, enhancing productivity and flexibility.

Expected Outcome

The successful implementation of this feature will simplify the build process, making it more efficient and less error-prone. It will also provide a foundation for further automation and integration with other systems in the future.

Additional Notes