stride
stride copied to clipboard
[Enhancement] Save Asset View Options Settings (#147)
PR Details
Saving out asset view options (Filter tags, zoom, etc) so that new instances of the editor dont repeatively use default values. Some of the view options actually are already able to be saved between instances, added the filter tags and tile and grid zoom to those saved out.
Related Issue
Issue: https://github.com/stride3d/stride/issues/147#issuecomment-2157012923
Types of changes
- [ ] Docs change / refactoring / dependency upgrade
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- [ ] My change requires a change to the documentation.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [X] I have built and run the editor to try this change out.
Sorry about the delay, sounds like @Kryptos-FR is busy, I'll check back in on or two weeks if he hasn't looked at it by then
Looks good otherwise, thanks :)
Thanks !