[Enhancement] Save asset view options settings
See original GitHub issueGood first issue |
---|
Issues reserved for newcomers. Consider taking it only if it’s your first time working on a feature or a bug in Xenko. |
The view options (such as level of zoom, filters, grid or tile view, etc.) are not saved in the settings and thus use their default value when restarting the Game Studio.
Starting point:
AssetViewUserControl.xaml
inXenko.Core.Assets.Editor
EditorSettings
inXenko.Core.Assets.Editor
AssetCollectionViewModel
inXenko.Core.Assets.Editor
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Saving assets to an .fbx file - MotionBuilder
Select the appropriate Save options and click Save. The Save Options dialog appears. Use the Save Options dialog box to select which assets,...
Read more >Configure Asset Settings
Customize your page layouts and object permissions to control how your users work with assets. Required Editions and User Permissions Available in Salesfo....
Read more >Content Browser Settings Reference
From the Settings menu, select the Export to CSV option. Note that this option only displays if the Asset Viewer is currently using...
Read more >Set up an Asset Library to store image, audio, or video files
Learn how to set up or create an Asset Library to help store, organize, and find rich media assets such as image, audio,...
Read more >Asset conversion using the Export panel
With the Export panel in Bridge, you can now convert your assets such as videos, PDFs, or images and export as an image...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi there, I’m new to Stride (actually, I’ve never actually participated in an open-source project before this), and I’m interested in helping out. My coding experience is limited to programing business software, so I think that this issue would be a good fit for me as a starting point, since it doesn’t seem to require technical knowledge specific to game engine development.
Would it be OK if I tried to solve this issue?
Thanks for the help! My company still uses WinForms (yeah, I know), so I had no idea this is how WPF works. In that case I’ll spend some time learning about WPF and then try to tackle this issue again.