stride3d/stride

[Enhancement] Save asset view options settings

开放

#147 创建于 2018年8月26日

 (16 条评论) (0 个反应) (0 位负责人)C# (886 个派生)batch import
area-GameStudioenhancementgood first issue

仓库指标

星标
 (6,001 个星标)
PR 合并指标
 (平均合并 10天 11小时) (30 天内合并 22 个 PR)

描述

Good 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 in Xenko.Core.Assets.Editor
  • EditorSettings in Xenko.Core.Assets.Editor
  • AssetCollectionViewModel in Xenko.Core.Assets.Editor

贡献者指南