stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.65k stars 957 forks source link

feat: Make Stride.StorageTool as Gui Tool #2479

Closed Jklawreszuk closed 1 month ago

Jklawreszuk commented 1 month ago

PR Details

This PR revives forgotten tool in a form of GUI based .bundle file previewer. .bundle file is binary file that includes all compiled assets

image

Features:

Types of changes

Checklist

Kryptos-FR commented 1 month ago

@Jklawreszuk I pushed a fixup commit following my remarks. Feel free to disagree and remove it :)

This PR LGTM in any case.

Jklawreszuk commented 1 month ago

Thanks @Kryptos-FR for review and these fixes. In any case, I think everything is done now 😀

Kryptos-FR commented 1 month ago

There is my last comment on the README that I didn't fix. It's not very important though.

Kryptos-FR commented 1 month ago

Thanks a lot. We can merge now as it has limited impact.