Project Exporting
been working on making projects exportable from the editor
it’s now able to export a project to the selected folder, package all the assets into an .obpak, and then copy over the runtime so the exported project is runnable
changes
project exporting
- added export to the editor
- choose an output folder for the exported project
- packages the project into an
.obpak - copies the runtime into the export folder
- renames the runtime to match the project name
(just 2 files for full project!, executable and .obpak)
the whole process is pretty much one click now instead of manually packaging everything together.
file dialogs
- refactored my entire filedialog implementation cuz it was kinda broken
packaging
did some more work on the packaging pipeline while implementing exporting and put it in the editor ui
im pretty happy that its all working and i can actually export stuff, and run it feels cool :)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.